diff options
Diffstat (limited to 'install/static/hbacsvc.js')
-rwxr-xr-x | install/static/hbacsvc.js | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/install/static/hbacsvc.js b/install/static/hbacsvc.js index 7dca90ec..c4140272 100755 --- a/install/static/hbacsvc.js +++ b/install/static/hbacsvc.js @@ -65,10 +65,10 @@ function ipa_hbacsvc_add_dialog(spec) { that.init = function() { - this.superior_init(); + that.superior_init(); - this.add_field(ipa_text_widget({name:'cn', label:'Name', undo: false})); - this.add_field(ipa_text_widget({name:'description', label:'Description', undo: false})); + that.add_field(ipa_text_widget({name:'cn', label:'Name', undo: false})); + that.add_field(ipa_text_widget({name:'description', label:'Description', undo: false})); }; return that; @@ -80,10 +80,6 @@ function ipa_hbacsvc_search_facet(spec) { var that = ipa_search_facet(spec); - that.get_action_panel = function() { - return $('#hbac .action-panel'); - }; - that.init = function() { that.create_column({name:'cn', label:'Service', primary_key: true}); @@ -156,10 +152,6 @@ function ipa_hbacsvc_details_facet(spec) { that.superior_create = that.superior('create'); that.superior_setup = that.superior('setup'); - that.get_action_panel = function() { - return $('#hbac .action-panel'); - }; - that.init = function() { var section = ipa_details_list_section({ |