diff --git a/awx/ui/static/js/dashboard/graphs/host-status/host-status-graph.directive.js b/awx/ui/static/js/dashboard/graphs/host-status/host-status-graph.directive.js index 34a3d65fb0..8fb44090b8 100644 --- a/awx/ui/static/js/dashboard/graphs/host-status/host-status-graph.directive.js +++ b/awx/ui/static/js/dashboard/graphs/host-status/host-status-graph.directive.js @@ -56,7 +56,7 @@ function HostStatusGraph($compile, $window, adjustGraphSize) { data = [ { "label": "Successful", "color": "#60D66F", - "value" : data.hosts.total + "value" : data.hosts.total - data.hosts.failed } , { "label": "Failed", "color" : "#ff5850",