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