dns action controls

was adding the action controls to multiple lines. Now only one
This commit is contained in:
Adam Young
2011-01-18 08:50:23 -05:00
parent 77e2e13f03
commit c596b92591

View File

@@ -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);