mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-21 08:13:36 -05:00
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