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.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/install/ui/host.js b/install/ui/host.js
index d8a417ab7..4fdc32fe4 100644
--- a/install/ui/host.js
+++ b/install/ui/host.js
@@ -234,6 +234,7 @@ IPA.host_provisioning_status_widget = function (spec) {
var button = $('input[name=unprovision]', that.container);
that.unprovision_button = IPA.button({
+ name: 'unprovision',
'label': IPA.messages.objects.host.delete_key_unprovision,
'click': that.show_unprovision_dialog
});
@@ -243,6 +244,7 @@ IPA.host_provisioning_status_widget = function (spec) {
that.enroll_button = $('input[name=enroll]', that.container);
button = IPA.button({
+ name: 'enroll',
'label': IPA.messages.objects.host.set_otp,
'click': that.set_otp
});