mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
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…
x
Reference in New Issue
Block a user