summaryrefslogtreecommitdiffstats
path: root/install/static/hbacsvcgroup.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/static/hbacsvcgroup.js')
-rwxr-xr-xinstall/static/hbacsvcgroup.js29
1 files changed, 0 insertions, 29 deletions
diff --git a/install/static/hbacsvcgroup.js b/install/static/hbacsvcgroup.js
index 7db55713..e4b1eeac 100755
--- a/install/static/hbacsvcgroup.js
+++ b/install/static/hbacsvcgroup.js
@@ -92,35 +92,6 @@ function ipa_hbacsvcgroup_search_facet(spec) {
that.search_facet_init();
};
- that.create = function(container) {
- that.search_facet_create(container);
- container.children().last().prepend(
- $('<h2/>', { 'html':IPA.metadata.hbacsvcgroup.label }));
- container.children().last().prepend('<br/><br/>');
- };
-
- that.setup = function(container) {
-
- that.search_facet_setup(container);
-
- var action_panel = that.get_action_panel();
-
- var li = $('li[title=hbac]', action_panel);
- li.click(function() {
- var state = {};
- state['hbac-entity'] = 'hbac';
- nav_push_state(state);
- return false;
- });
-
- li = $('li[title=hbacsvc]', action_panel);
- li.click(function() {
- var state = {};
- state['hbac-entity'] = 'hbacsvc';
- nav_push_state(state);
- return false;
- });
- };
return that;
}