mirror of https://github.com/apache/cloudstack.git
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:
parent
58b17b963e
commit
89bc9aad3f
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Reference in New Issue