mirror of
https://github.com/apache/cloudstack.git
synced 2025-12-16 10:32:34 +01:00
cloudStack - sync instance.js from 2.2.y branch to master branch.
This commit is contained in:
parent
c9e60d703d
commit
e4fccab0a1
@ -173,7 +173,6 @@ function afterLoadInstanceJSP() {
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
function bindStartVMButton() {
|
||||
$("#start_vm_button").bind("click", function(event) {
|
||||
var itemCounts = 0;
|
||||
@ -1999,7 +1998,6 @@ function vmBuildActionMenu(jsonObj, $thisTab, $midmenuItem1) {
|
||||
|
||||
noAvailableActions = false;
|
||||
}
|
||||
|
||||
else if (jsonObj.state == 'Error') {
|
||||
buildActionLinkForTab("label.action.destroy.instance", vmActionMap, $actionMenu, $midmenuItem1, $thisTab);
|
||||
noAvailableActions = false;
|
||||
@ -2572,4 +2570,3 @@ function doTakeSnapshotFromVmVolume($actionLink, $subgridItem) {
|
||||
}
|
||||
}).dialog("open");
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user