summaryrefslogtreecommitdiffstats
path: root/install/static/hbacsvcgroup.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/static/hbacsvcgroup.js')
-rwxr-xr-xinstall/static/hbacsvcgroup.js7
1 files changed, 5 insertions, 2 deletions
diff --git a/install/static/hbacsvcgroup.js b/install/static/hbacsvcgroup.js
index 3a336555..e6845b9b 100755
--- a/install/static/hbacsvcgroup.js
+++ b/install/static/hbacsvcgroup.js
@@ -109,8 +109,6 @@ function ipa_hbacsvcgroup_search_facet(spec) {
var that = this;
- // TODO: replace with IPA.metadata[that.entity_name].label
- $('<h2/>', { 'html': 'HBAC Service Groups' }).appendTo(container);
var ul = $('.action-panel ul');
@@ -137,6 +135,11 @@ function ipa_hbacsvcgroup_search_facet(spec) {
}).appendTo(ul);
that.superior_create(container);
+ // TODO: replace with IPA.metadata[that.entity_name].label
+ container.children().last().prepend(
+ $('<h2/>', { 'html': 'HBAC Service Groups' }));
+ container.children().last().prepend('<br/><br/>');
+
};
return that;