mirror of
https://github.com/OpenNebula/one.git
synced 2024-12-25 23:21:29 +03:00
Bug #4120: Change cooldown color to 'running'
This commit is contained in:
parent
d5fd283dee
commit
6e459ad19a
@ -672,7 +672,7 @@ define(function(require) {
|
||||
state_str = Locale.tr("SCALING");
|
||||
break;
|
||||
case OpenNebula.Service.STATES.COOLDOWN:
|
||||
state_color = 'error';
|
||||
state_color = 'running';
|
||||
state_str = Locale.tr("COOLDOWN");
|
||||
break;
|
||||
case OpenNebula.Service.STATES.DONE:
|
||||
|
Loading…
Reference in New Issue
Block a user