From 4b93601b30c888f0befec7d7fc7eb6a335c707d1 Mon Sep 17 00:00:00 2001 From: Joe Fiorini Date: Wed, 3 Jun 2015 14:16:50 -0400 Subject: [PATCH] Make sure extra property doesn't show as fact --- awx/ui/static/js/system-tracking/system-tracking.controller.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/awx/ui/static/js/system-tracking/system-tracking.controller.js b/awx/ui/static/js/system-tracking/system-tracking.controller.js index b6e3553b0b..3ad4e1181d 100644 --- a/awx/ui/static/js/system-tracking/system-tracking.controller.js +++ b/awx/ui/static/js/system-tracking/system-tracking.controller.js @@ -126,6 +126,9 @@ function controller($rootScope, }; } + delete facts[0].position; + delete facts[1].position; + // all scans have data, rejoice! return facts;