mirror of https://github.com/apache/cloudstack.git
bug 8237: remove alert message.
This commit is contained in:
parent
08a0a3501d
commit
930cf13894
|
|
@ -185,7 +185,7 @@ function hostJsonToDetailsTab() {
|
|||
noAvailableActions = false;
|
||||
}
|
||||
else {
|
||||
alert("Unsupported Host State: " + jsonObj.state);
|
||||
//alert("Unsupported Host State: " + jsonObj.state);
|
||||
}
|
||||
|
||||
// no available actions
|
||||
|
|
|
|||
|
|
@ -169,7 +169,7 @@ function primarystorageJsonToDetailsTab() {
|
|||
buildActionLinkForTab("label.action.delete.primary.storage", primarystorageActionMap, $actionMenu, $midmenuItem1, $thisTab);
|
||||
}
|
||||
else {
|
||||
alert("Unsupported Host State: " + jsonObj.state);
|
||||
//alert("Unsupported Host State: " + jsonObj.state);
|
||||
}
|
||||
|
||||
$thisTab.find("#tab_spinning_wheel").hide();
|
||||
|
|
|
|||
Loading…
Reference in New Issue