mirror of
https://github.com/ansible/awx.git
synced 2026-01-15 20:00:43 -03:30
fixed host graph count for succesful hosts
This commit is contained in:
parent
508f400aed
commit
17b921db63
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user