bug 7648: remove host action - pop up warning message "Removing last/only host in cluster and reinstalling the host will destroy working environment/database on the host and render the VM Guests unuseable."

This commit is contained in:
Jessica Wang 2011-01-24 11:21:32 -08:00
parent 58b17b963e
commit 89bc9aad3f
1 changed files with 1 additions and 1 deletions

View File

@ -584,7 +584,7 @@ function doRemoveHost($actionLink, $detailsTab, $midmenuItem1){
var jsonObj = $midmenuItem1.data("jsonObj");
$("#dialog_confirmation")
.text("Please confirm you want to remove the host from the management server")
.text("Removing last/only host in cluster and reinstalling the host will destroy working environment/database on the host and render the VM Guests unuseable.")
.dialog("option", "buttons", {
"OK": function() {
$(this).dialog("close");