mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Push associate buttons to the action-panel
This commit is contained in:
parent
9fa543700b
commit
dbd823c8d8
@ -259,7 +259,7 @@ function ipa_association_widget(spec) {
|
||||
that.superior_create(container);
|
||||
|
||||
var div = $('#'+that.id, container);
|
||||
var buttons = $('span[name=buttons]', div);
|
||||
var buttons = $('<span />').appendTo($('.action-panel')); //TODO replace with ipa_button
|
||||
|
||||
$('<input/>', {
|
||||
'type': 'button',
|
||||
@ -455,4 +455,4 @@ function ipa_deleter_dialog_setup() {
|
||||
$('<p/>', {
|
||||
'text': IPA.messages.search.delete_confirm
|
||||
}).appendTo(that.dialog);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user