mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
remove icons from association buttons
This commit is contained in:
@@ -1191,7 +1191,6 @@ IPA.adder_dialog = function (spec) {
|
||||
button = $('input[name=remove]', that.container);
|
||||
that.remove_button = IPA.button({
|
||||
'label': button.val(),
|
||||
'icon': 'ui-icon-trash',
|
||||
'click': function() {
|
||||
that.remove();
|
||||
}
|
||||
@@ -1201,7 +1200,6 @@ IPA.adder_dialog = function (spec) {
|
||||
button = $('input[name=add]', that.container);
|
||||
that.add_button = IPA.button({
|
||||
'label': button.val(),
|
||||
'icon': 'ui-icon-plus',
|
||||
'click': function() {
|
||||
that.add();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user