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