summaryrefslogtreecommitdiffstats
path: root/install/ui/src/freeipa/hbactest.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/src/freeipa/hbactest.js')
-rw-r--r--install/ui/src/freeipa/hbactest.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/install/ui/src/freeipa/hbactest.js b/install/ui/src/freeipa/hbactest.js
index 386013066..a127db9b7 100644
--- a/install/ui/src/freeipa/hbactest.js
+++ b/install/ui/src/freeipa/hbactest.js
@@ -182,7 +182,7 @@ IPA.hbac.test_facet = function(spec) {
that.prev_button = IPA.button({
name: 'prev',
label: '@i18n:widget.prev',
- icon: 'ui-icon ui-icon-triangle-1-w',
+ icon: 'prev-icon',
click: function() {
if (!that.prev_button.hasClass('action-button-disabled')) {
that.prev();
@@ -197,7 +197,7 @@ IPA.hbac.test_facet = function(spec) {
that.next_button = IPA.button({
name: 'next',
label: '@i18n:widget.next',
- icon: 'ui-icon ui-icon-triangle-1-e',
+ icon: 'next-icon',
click: function() {
if (!that.next_button.hasClass('action-button-disabled')) {
that.next();
@@ -605,7 +605,7 @@ IPA.hbac.test_run_facet = function(spec) {
that.prev_button = IPA.button({
name: 'prev',
label: '@i18n:widget.prev',
- icon: 'ui-icon ui-icon-triangle-1-w',
+ icon: 'prev-icon',
click: function() {
if (!that.prev_button.hasClass('action-button-disabled')) {
that.prev();