summaryrefslogtreecommitdiffstats
path: root/install/ui/details.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/details.js')
-rw-r--r--install/ui/details.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/install/ui/details.js b/install/ui/details.js
index d4a013ad9..b15d17e7b 100644
--- a/install/ui/details.js
+++ b/install/ui/details.js
@@ -338,7 +338,7 @@ IPA.details_facet = function(spec) {
that.reset_button = IPA.action_button({
label: IPA.messages.buttons.reset,
- icon: 'ui-icon-refresh',
+ icon: 'reset-icon',
'class': 'details-reset',
click: function() {
that.reset();
@@ -348,7 +348,7 @@ IPA.details_facet = function(spec) {
that.update_button = IPA.action_button({
label: IPA.messages.buttons.update,
- icon: 'ui-icon-check',
+ icon: 'update-icon',
'class': 'details-update',
click: function() {
that.update();