mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
buttons to action panel puts the buttons as the top li in the action panel
This commit is contained in:
parent
b84b0239f8
commit
7abd8c6ecb
@ -457,9 +457,9 @@ function ipa_details_create(container)
|
||||
'class': 'content'
|
||||
}).appendTo(container);
|
||||
|
||||
var buttons = $('<div/>', {
|
||||
var buttons = $('<li/>', {
|
||||
'class': 'details-buttons'
|
||||
}).appendTo(details);
|
||||
}).prependTo($('.action-panel ul'));
|
||||
|
||||
buttons.append(ipa_button({
|
||||
'label': 'Reset',
|
||||
|
@ -64,7 +64,7 @@ function ipa_search_widget(spec) {
|
||||
'click': function() { that.add(container); }
|
||||
})
|
||||
);
|
||||
li.appendTo($('.action-panel ul'));
|
||||
li.prependTo($('.action-panel ul'));
|
||||
|
||||
search_controls.append('<span class="search-buttons"></span>');
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user