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);
|
button = $('input[name=remove]', that.container);
|
||||||
that.remove_button = IPA.button({
|
that.remove_button = IPA.button({
|
||||||
'label': button.val(),
|
'label': button.val(),
|
||||||
'icon': 'ui-icon-trash',
|
|
||||||
'click': function() {
|
'click': function() {
|
||||||
that.remove();
|
that.remove();
|
||||||
}
|
}
|
||||||
@@ -1201,7 +1200,6 @@ IPA.adder_dialog = function (spec) {
|
|||||||
button = $('input[name=add]', that.container);
|
button = $('input[name=add]', that.container);
|
||||||
that.add_button = IPA.button({
|
that.add_button = IPA.button({
|
||||||
'label': button.val(),
|
'label': button.val(),
|
||||||
'icon': 'ui-icon-plus',
|
|
||||||
'click': function() {
|
'click': function() {
|
||||||
that.add();
|
that.add();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user