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