mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
dns action controls
was adding the action controls to multiple lines. Now only one
This commit is contained in:
@@ -326,7 +326,8 @@ IPA.records_facet = function (spec){
|
||||
'click': function(){refresh();}
|
||||
}).appendTo(control_span);
|
||||
|
||||
var action_panel_ul = $('.action-panel ul', that.container);
|
||||
var action_panel_ul = $('.action-panel .entity-facet', that.container).
|
||||
last();
|
||||
|
||||
var action_controls = $('<li/>',{
|
||||
"class":"action-controls"}).appendTo(action_panel_ul);
|
||||
|
||||
Reference in New Issue
Block a user