mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
Bug #4698: Fix Host OFF counter
This commit is contained in:
parent
accf25dc3b
commit
af91310d32
@ -141,6 +141,7 @@ define(function(require) {
|
||||
break;
|
||||
case OpenNebulaHost.STATES.DISABLED:
|
||||
case OpenNebulaHost.STATES.MONITORING_DISABLED:
|
||||
case OpenNebulaHost.STATES.OFFLINE:
|
||||
this.offHosts++;
|
||||
break;
|
||||
default:
|
||||
|
Loading…
x
Reference in New Issue
Block a user