summaryrefslogtreecommitdiffstats
path: root/install/ui/hbac.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/hbac.js')
-rw-r--r--install/ui/hbac.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/install/ui/hbac.js b/install/ui/hbac.js
index 01370ec70..4c29abaab 100644
--- a/install/ui/hbac.js
+++ b/install/ui/hbac.js
@@ -761,6 +761,7 @@ IPA.hbacrule_accesstime_widget = function (spec) {
var button = $('input[name=remove]', span);
button.replaceWith(IPA.button({
+ name: 'remove',
'label': button.val(),
'icon': 'ui-icon-trash',
'click': function() { that.remove(that.container); }
@@ -768,6 +769,7 @@ IPA.hbacrule_accesstime_widget = function (spec) {
button = $('input[name=add]', span);
button.replaceWith(IPA.button({
+ name: 'add',
'label': button.val(),
'icon': 'ui-icon-plus',
'click': function() { that.add(that.container); }