mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-16 22:50:10 +03:00
parent
5370d945ae
commit
a3cd18cf8e
@ -227,7 +227,7 @@ define(function(require) {
|
||||
var ready = "";
|
||||
var check = "<span class=\"has-tip\" title=\""+Locale.tr("The VM is ready")+"\"><i class=\"fas fa-check\"/></span>";
|
||||
if (ready_status_gate && data.VM.USER_TEMPLATE && data.VM.USER_TEMPLATE.READY){
|
||||
ready = (data.VM.USER_TEMPLATE.READY === "YES")
|
||||
ready = (data.VM.USER_TEMPLATE.READY.trim().toUpperCase() === "YES")
|
||||
? check
|
||||
: "<span class=\"has-tip\" title=\""+
|
||||
Locale.tr("Waiting for the VM to be ready")+"\"><i class=\"fas fa-clock\"/></span>";
|
||||
|
Loading…
x
Reference in New Issue
Block a user