bug 8237: remove alert message.

This commit is contained in:
Jessica Wang 2011-01-31 17:25:36 -08:00
parent 08a0a3501d
commit 930cf13894
2 changed files with 2 additions and 2 deletions

View File

@ -185,7 +185,7 @@ function hostJsonToDetailsTab() {
noAvailableActions = false;
}
else {
alert("Unsupported Host State: " + jsonObj.state);
//alert("Unsupported Host State: " + jsonObj.state);
}
// no available actions

View File

@ -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();