From 89bc9aad3f0a4fdb33ca83aebdc7ad6e33467492 Mon Sep 17 00:00:00 2001 From: Jessica Wang Date: Mon, 24 Jan 2011 11:21:32 -0800 Subject: [PATCH] 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." --- ui/scripts/cloud.core.host.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/scripts/cloud.core.host.js b/ui/scripts/cloud.core.host.js index 41d5d1f8430..6e9491e90ad 100644 --- a/ui/scripts/cloud.core.host.js +++ b/ui/scripts/cloud.core.host.js @@ -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");