bug 6183: changed text of enabling storage maintenance mode to be more clear on the implication of continue with the process.

status 6183: resolved fixed
This commit is contained in:
will 2010-11-09 11:38:54 -08:00
parent 3954c7550a
commit d4cf55d431

View File

@ -146,7 +146,7 @@ function doEnableMaintenanceModeForPrimaryStorage($actionLink, $detailsTab, $mid
var jsonObj = $detailsTab.data("jsonObj");
$("#dialog_confirmation")
.text("Please confirm you want to enable maintenace")
.text("Warning: placing the primary storage into maintenance mode will cause all VMs using volumes from it to be stopped. Do you want to continue?")
.dialog("option", "buttons", {
"OK": function() {
$(this).dialog("close");