summaryrefslogtreecommitdiffstats
path: root/install/ui/src/freeipa/search.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/src/freeipa/search.js')
-rw-r--r--install/ui/src/freeipa/search.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/install/ui/src/freeipa/search.js b/install/ui/src/freeipa/search.js
index 10ed0cb9f..680f0268c 100644
--- a/install/ui/src/freeipa/search.js
+++ b/install/ui/src/freeipa/search.js
@@ -48,19 +48,19 @@ exp.search_facet_control_buttons_pre_op = function(spec, context) {
{
name: 'remove',
label: '@i18n:buttons.remove',
- icon: 'remove-icon'
+ icon: 'fa-trash-o'
},
{
name: 'add',
label: '@i18n:buttons.add',
- icon: 'add-icon'
+ icon: 'fa-plus'
});
}
spec.control_buttons.unshift(
{
name: 'refresh',
label: '@i18n:buttons.refresh',
- icon: 'reset-icon'
+ icon: 'fa-refresh'
});
spec.state = spec.state || {};
@@ -128,7 +128,7 @@ IPA.search_facet = function(spec, no_init) {
that.find_button = IPA.action_button({
name: 'find',
- icon: 'search-icon',
+ icon: 'fa-search',
click: function() {
that.find();
return false;