From 9fa543700bd3afbf7f82ec7556b8aefcd94d3acd Mon Sep 17 00:00:00 2001 From: Adam Young Date: Sat, 13 Nov 2010 21:34:31 -0500 Subject: buttons to action panel --- install/static/hbac.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'install/static/hbac.js') diff --git a/install/static/hbac.js b/install/static/hbac.js index be0e73ad..7a08db38 100755 --- a/install/static/hbac.js +++ b/install/static/hbac.js @@ -133,9 +133,9 @@ function ipa_hbac_search_facet(spec) { 'label': 'Cull Disabled Rules' })); */ - var right_buttons = $('', { + var right_buttons = $('
  • ', { 'style': 'float: right;' - }).appendTo(container); + }).appendTo($('.action-panel ul')); right_buttons.append(ipa_button({ 'label': 'HBAC Services', -- cgit