1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-10 00:58:17 +03:00

feature #2909: Fix role state error

This commit is contained in:
Daniel Molina 2014-06-25 16:52:38 +02:00
parent 3ad033a651
commit 48517214fa

View File

@ -4488,8 +4488,8 @@ function setup_info_flow(context) {
'</div>'+
'</li>'+
'<li class="provision-bullet-item text-left" style="padding-top: 0px; margin-left: 10px; margin-right: 10px; font-size: 14px">'+
'<span class="'+ state.color +'-color">'+
state.str+
'<span class="'+ role_state.color +'-color">'+
role_state.str+
'</span>'+
'<span class="right">'+rvms.str+" VMs</span>"+
'</li>'+