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:
parent
3d9203d1f0
commit
2ff11728b5
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user