mirror of
https://github.com/ansible/awx.git
synced 2026-02-15 10:10:01 -03:30
Fix headers on ansible facts module
This commit is contained in:
@@ -111,6 +111,7 @@ export function formatFacts(diffedResults) {
|
|||||||
var displayObj =
|
var displayObj =
|
||||||
{ keyPath: key.split('.'),
|
{ keyPath: key.split('.'),
|
||||||
displayKeyPath: key,
|
displayKeyPath: key,
|
||||||
|
isNestedDisplay: true,
|
||||||
facts: facts,
|
facts: facts,
|
||||||
isFactArray: isArray,
|
isFactArray: isArray,
|
||||||
nestingLevel: nestingLevel
|
nestingLevel: nestingLevel
|
||||||
|
|||||||
Reference in New Issue
Block a user