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

Feature #2917: Rename running to ready in role vas list

This commit is contained in:
Daniel Molina 2014-07-31 11:00:40 +02:00
parent 3d9203d1f0
commit 2ff11728b5

View File

@ -1333,8 +1333,8 @@ function updateServiceInfo(request,elem){
info.push("");
}
if (elem_info.TEMPLATE.BODY.running_status_gate) {
if (vm_info.VM.USER_TEMPLATE.RUNNING == "YES") {
if (elem_info.TEMPLATE.BODY.ready_status_gate) {
if (vm_info.VM.USER_TEMPLATE.READY == "YES") {
info.push('<span data-tooltip class="has-tip" title="'+tr("The VM is ready")+'"><i class="fa fa-check"/></span>');
} else {