fixed host graph count for succesful hosts

This commit is contained in:
John Mitchell 2015-06-08 14:57:06 -04:00
parent 508f400aed
commit 17b921db63

View File

@ -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",