1
0
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:
Carlos Martín 2016-08-19 11:24:57 +02:00
parent accf25dc3b
commit af91310d32

View File

@ -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: