Pushed under the one line rule
commit c596b92591fe18d9fab924e4e34ab595ed574ca4
Author: Adam Young <[email protected]>
Date: Tue Jan 18 08:50:23 2011 -0500
dns action controls
was adding the action controls to multiple lines. Now only one
diff --git a/install/static/policy.js b/install/static/policy.js
index 36222c6..eeec44e 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);
_______________________________________________
Freeipa-devel mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/freeipa-devel