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