The host unprovisioning dialog has been modified to provide a cancel
button.

Ticket #1811

Pushed to master and ipa-2-1 under one-liner/trivial rule.

--
Endi S. Dewata
From 24ad1d692c294ed0410504ef0b535f86e10cc9d8 Mon Sep 17 00:00:00 2001
From: Endi S. Dewata <edew...@redhat.com>
Date: Wed, 21 Sep 2011 16:53:30 -0500
Subject: [PATCH] Fixed missing cancel button in unprovisioning dialog.

The host unprovisioning dialog has been modified to provide a cancel
button.

Ticket #1811
---
 install/ui/host.js |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/install/ui/host.js b/install/ui/host.js
index 7eefeec8ee1126c71ef4cc2c579a0e5a3b953f9d..565be6df8e81b5f1f2cb165af6934909e8db4c35 100644
--- a/install/ui/host.js
+++ b/install/ui/host.js
@@ -522,6 +522,10 @@ IPA.host_keytab_widget = function(spec) {
             );
         });
 
+        dialog.add_button(IPA.messages.buttons.cancel, function() {
+            dialog.close();
+        });
+
         dialog.open(that.container);
     };
 
-- 
1.7.5.1

_______________________________________________
Freeipa-devel mailing list
Freeipa-devel@redhat.com
https://www.redhat.com/mailman/listinfo/freeipa-devel

Reply via email to