summaryrefslogtreecommitdiffstats
path: root/install/ui/host.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/host.js')
-rw-r--r--install/ui/host.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/install/ui/host.js b/install/ui/host.js
index 1b112517..2b0a5a4e 100644
--- a/install/ui/host.js
+++ b/install/ui/host.js
@@ -536,6 +536,10 @@ IPA.host_keytab_widget = function(spec) {
);
});
+ dialog.add_button(IPA.messages.buttons.cancel, function() {
+ dialog.close();
+ });
+
dialog.open(that.container);
};