diff options
Diffstat (limited to 'install/static')
-rw-r--r-- | install/static/policy.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/install/static/policy.js b/install/static/policy.js index 36222c6a..eeec44e3 100644 --- a/install/static/policy.js +++ b/install/static/policy.js @@ -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); |