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/hbacsvcgroup.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'install/static/hbacsvcgroup.js') diff --git a/install/static/hbacsvcgroup.js b/install/static/hbacsvcgroup.js index eef6d696..979decdb 100755 --- a/install/static/hbacsvcgroup.js +++ b/install/static/hbacsvcgroup.js @@ -118,9 +118,9 @@ function ipa_hbacsvcgroup_search_facet(spec) { // TODO: replace with IPA.metadata[that.entity_name].label $('

', { 'html': 'HBAC Service Groups' }).appendTo(container); - var right_buttons = $('', { + var right_buttons = $('
  • ', { 'style': 'float: right;' - }).appendTo(container); + }).appendTo($('.action-panel ul')); right_buttons.append(ipa_button({ 'label': 'HBAC Rules', -- cgit