summaryrefslogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorAdam Young <ayoung@redhat.com>2011-01-18 08:50:23 -0500
committerAdam Young <ayoung@redhat.com>2011-01-18 10:32:02 -0500
commitc596b92591fe18d9fab924e4e34ab595ed574ca4 (patch)
tree1355f5ccdec4f6aebb7634674acce105398f0910 /install
parent77e2e13f03b89800dae82e4e19085c2616413c00 (diff)
downloadfreeipa-c596b92591fe18d9fab924e4e34ab595ed574ca4.tar.gz
freeipa-c596b92591fe18d9fab924e4e34ab595ed574ca4.tar.xz
freeipa-c596b92591fe18d9fab924e4e34ab595ed574ca4.zip
dns action controls
was adding the action controls to multiple lines. Now only one
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);