diff options
Diffstat (limited to 'install/ui/hbac.js')
-rw-r--r-- | install/ui/hbac.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/install/ui/hbac.js b/install/ui/hbac.js index 87f8a36d..d7c0b946 100644 --- a/install/ui/hbac.js +++ b/install/ui/hbac.js @@ -787,7 +787,7 @@ IPA.hbacrule_accesstime_widget = function(spec) { button.replaceWith(IPA.button({ name: 'remove', 'label': button.val(), - 'icon': 'ui-icon-trash', + 'icon': 'remove-icon', 'click': function() { that.remove(that.container); } })); @@ -795,7 +795,7 @@ IPA.hbacrule_accesstime_widget = function(spec) { button.replaceWith(IPA.button({ name: 'add', 'label': button.val(), - 'icon': 'ui-icon-plus', + 'icon': 'add-icon', 'click': function() { that.add(that.container); } })); |