summaryrefslogtreecommitdiffstats
path: root/install/static/host.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/static/host.js')
-rw-r--r--install/static/host.js7
1 files changed, 1 insertions, 6 deletions
diff --git a/install/static/host.js b/install/static/host.js
index 9751abbe8..dd435c56e 100644
--- a/install/static/host.js
+++ b/install/static/host.js
@@ -322,8 +322,7 @@ function host_provisioning_status_widget(spec) {
dialog.create = function() {
dialog.container.append(
- 'To confirm your intention to unprovision this host, '+
- 'click the "Unprovision" button.');
+ 'Are you sure you want to unprovision this host?');
};
dialog.add_button('Unprovision', function() {
@@ -338,10 +337,6 @@ function host_provisioning_status_widget(spec) {
);
});
- dialog.add_button('Cancel', function() {
- dialog.close();
- });
-
dialog.init();
dialog.open(that.container);