summaryrefslogtreecommitdiffstats
path: root/install/ui/src/freeipa/association.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/src/freeipa/association.js')
-rw-r--r--install/ui/src/freeipa/association.js16
1 files changed, 8 insertions, 8 deletions
diff --git a/install/ui/src/freeipa/association.js b/install/ui/src/freeipa/association.js
index f976d58e4..685821e0a 100644
--- a/install/ui/src/freeipa/association.js
+++ b/install/ui/src/freeipa/association.js
@@ -484,7 +484,7 @@ IPA.association_table_widget = function (spec) {
that.remove_button = IPA.action_button({
name: 'remove',
label: '@i18n:buttons.remove',
- icon: 'remove-icon',
+ icon: 'fa-trash-o',
'class': 'action-button-disabled',
click: function() {
if (!that.remove_button.hasClass('action-button-disabled')) {
@@ -497,7 +497,7 @@ IPA.association_table_widget = function (spec) {
that.add_button = IPA.action_button({
name: 'add',
label: '@i18n:buttons.add',
- icon: 'add-icon',
+ icon: 'fa-plus',
click: function() {
if (!that.add_button.hasClass('action-button-disabled')) {
that.add_handler();
@@ -887,17 +887,17 @@ exp.association_facet_pre_op = function(spec, context) {
{
name: 'refresh',
label: '@i18n:buttons.refresh',
- icon: 'reset-icon'
+ icon: 'fa-refresh'
},
{
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.state = spec.state || {};
@@ -1312,17 +1312,17 @@ exp.attribute_facet_pre_op = function(spec, context) {
{
name: 'refresh',
label: '@i18n:buttons.refresh',
- icon: 'reset-icon'
+ icon: 'fa-refresh'
},
{
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.state = spec.state || {};