mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 09:27:36 -02:30
fixed host graph count for succesful hosts
This commit is contained in:
@@ -56,7 +56,7 @@ function HostStatusGraph($compile, $window, adjustGraphSize) {
|
|||||||
data = [
|
data = [
|
||||||
{ "label": "Successful",
|
{ "label": "Successful",
|
||||||
"color": "#60D66F",
|
"color": "#60D66F",
|
||||||
"value" : data.hosts.total
|
"value" : data.hosts.total - data.hosts.failed
|
||||||
} ,
|
} ,
|
||||||
{ "label": "Failed",
|
{ "label": "Failed",
|
||||||
"color" : "#ff5850",
|
"color" : "#ff5850",
|
||||||
|
|||||||
Reference in New Issue
Block a user