summaryrefslogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
Diffstat (limited to 'install')
-rw-r--r--install/static/policy.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/install/static/policy.js b/install/static/policy.js
index 36222c6ab..eeec44e35 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);