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;