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 73063b8f40..975362a377 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 @@ -77,8 +77,8 @@ export function formatFacts(diffedResults) { if (isNestedFactArray(obj)) { // factArrayIndex = obj.keyPath.length > 1 ? Number(_.last(obj.keyPath)) : obj.keyName; displayKeyPath = _.initial(obj.keyPath).join('.'); - } else if (keyPathStr !== rootKey) { - displayKeyPath = _.difference(obj.keyPath, rootKeyPath).join('.'); + // } else { + // displayKeyPath = _.difference(obj.keyPath, rootKeyPath).join('.'); } else { displayKeyPath = rootKeyPath.join('.'); } diff --git a/awx/ui/static/js/system-tracking/system-tracking.partial.html b/awx/ui/static/js/system-tracking/system-tracking.partial.html index bda14ba775..5f583485fa 100644 --- a/awx/ui/static/js/system-tracking/system-tracking.partial.html +++ b/awx/ui/static/js/system-tracking/system-tracking.partial.html @@ -67,19 +67,10 @@
-
-

+
+

{{group.displayKeyPath}}

-

- {{group.displayKeyPath}} -

-

- {{group.displayKeyPath}} -

-
- {{group.displayKeyPath}} -