mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-22 18:50:08 +03:00
Bug #4120: Change cooldown color to 'running'
(cherry picked from commit 6e459ad19ab505ed05f4c3b009f9eeea258b0314)
This commit is contained in:
parent
413c16d312
commit
041f39cc4f
@ -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…
x
Reference in New Issue
Block a user