From a08fe36689e74f9e5391e06d9b2353bf61ec0a31 Mon Sep 17 00:00:00 2001 From: Joe Fiorini Date: Thu, 18 Jun 2015 11:02:47 -0400 Subject: [PATCH] [system_tracking] Display key name for nested fact array members --- .../fact-data-table/fact-data-table.partial.html | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/awx/ui/static/js/system-tracking/fact-data-table/fact-data-table.partial.html b/awx/ui/static/js/system-tracking/fact-data-table/fact-data-table.partial.html index 12057837d1..255e86538b 100644 --- a/awx/ui/static/js/system-tracking/fact-data-table/fact-data-table.partial.html +++ b/awx/ui/static/js/system-tracking/fact-data-table/fact-data-table.partial.html @@ -35,9 +35,12 @@
- + {{fact.keyName}} + + {{fact.keyPath[0]}}.{{fact.keyName}} + {{fact.value1}} @@ -47,9 +50,12 @@
- + {{fact.keyName}} + + {{fact.keyPath[0]}}.{{fact.keyName}} + {{fact.value1}}