From cb70784e6fd864132d8e6f97e2a5c7d179ef5c0b Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Wed, 27 Apr 2011 12:17:13 -0500 Subject: Entitlement status. A new facet has been added to show entitlement status and download the registration certificate. --- install/ui/sudo.js | 8 -------- 1 file changed, 8 deletions(-) (limited to 'install/ui/sudo.js') diff --git a/install/ui/sudo.js b/install/ui/sudo.js index f7ccd3cf..9624ae82 100644 --- a/install/ui/sudo.js +++ b/install/ui/sudo.js @@ -156,8 +156,6 @@ IPA.sudocmd_member_sudocmdgroup_table_widget = function (spec) { var that = IPA.association_table_widget(spec); - that.association_table_widget_init(); - that.get_records = function(on_success, on_error) { var length = that.values.length; @@ -353,12 +351,6 @@ IPA.sudorule_details_facet = function (spec) { }); that.add_section(section); - that.details_facet_init(); - - that.init = function() { - - }; - that.update = function() { var pkey = $.bbq.getState(that.entity_name+'-pkey'); -- cgit