mirror of
https://github.com/ansible/awx.git
synced 2026-03-07 03:31:10 -03:30
fixed host graph count for succesful hosts
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user