mirror of https://github.com/apache/cloudstack.git
Deploy VM action - remove a non-used value.
This commit is contained in:
parent
848cff6318
commit
617569a21b
|
|
@ -1197,7 +1197,7 @@ function initVMWizard() {
|
|||
}
|
||||
} else if (result.jobstatus == 2) {
|
||||
// Failed
|
||||
afterAddingMidMenuItem($midmenuItem1, false, fromdb(result.jobresult.errortext));
|
||||
afterAddingMidMenuItem($midmenuItem1, false, null);
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue