From bcf4688a5569ca06986d416bfdbb804d8db43fbb Mon Sep 17 00:00:00 2001 From: Joe Fiorini Date: Tue, 2 Jun 2015 17:21:43 -0400 Subject: [PATCH] Fix headers on ansible facts module --- awx/ui/static/js/system-tracking/compare-facts/nested-helpers.js | 1 + 1 file changed, 1 insertion(+) diff --git a/awx/ui/static/js/system-tracking/compare-facts/nested-helpers.js b/awx/ui/static/js/system-tracking/compare-facts/nested-helpers.js index 902d1a67ca..37c50d9abd 100644 --- a/awx/ui/static/js/system-tracking/compare-facts/nested-helpers.js +++ b/awx/ui/static/js/system-tracking/compare-facts/nested-helpers.js @@ -111,6 +111,7 @@ export function formatFacts(diffedResults) { var displayObj = { keyPath: key.split('.'), displayKeyPath: key, + isNestedDisplay: true, facts: facts, isFactArray: isArray, nestingLevel: nestingLevel