1
0
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:
Carlos Martín 2015-11-06 12:40:31 +01:00
parent 413c16d312
commit 041f39cc4f

View File

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