summaryrefslogtreecommitdiffstats
path: root/install/ui/src/freeipa/details.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/src/freeipa/details.js')
-rw-r--r--install/ui/src/freeipa/details.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/install/ui/src/freeipa/details.js b/install/ui/src/freeipa/details.js
index 596dc1ac0..00134a23d 100644
--- a/install/ui/src/freeipa/details.js
+++ b/install/ui/src/freeipa/details.js
@@ -466,19 +466,19 @@ exp.details_facet_pre_op = function(spec, context) {
{
name: 'reset',
label: '@i18n:buttons.reset',
- icon: 'reset-icon'
+ icon: 'fa-undo'
},
{
name: 'update',
label: '@i18n:buttons.update',
- icon: 'update-icon'
+ icon: 'fa-upload'
});
}
spec.control_buttons.unshift(
{
name: 'refresh',
label: '@i18n:buttons.refresh',
- icon: 'reset-icon'
+ icon: 'fa-refresh'
});
spec.state = spec.state || {};