From 041f39cc4f2e60ba86c1ff070fd4b5bed0b3a36b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Mart=C3=ADn?= Date: Fri, 6 Nov 2015 12:40:31 +0100 Subject: [PATCH] Bug #4120: Change cooldown color to 'running' (cherry picked from commit 6e459ad19ab505ed05f4c3b009f9eeea258b0314) --- src/sunstone/public/app/tabs/provision-tab/flows/list.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sunstone/public/app/tabs/provision-tab/flows/list.js b/src/sunstone/public/app/tabs/provision-tab/flows/list.js index 7fe66a21af..3c3479b1af 100644 --- a/src/sunstone/public/app/tabs/provision-tab/flows/list.js +++ b/src/sunstone/public/app/tabs/provision-tab/flows/list.js @@ -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: