summaryrefslogtreecommitdiffstats
path: root/install/ui/sudo.js
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2011-04-27 12:17:13 -0500
committerAdam Young <ayoung@redhat.com>2011-06-13 09:23:29 -0400
commitcb70784e6fd864132d8e6f97e2a5c7d179ef5c0b (patch)
tree52c4fff321ec3d8eba462e6c294aeaf415c44458 /install/ui/sudo.js
parent61cfa343c36383a1a2e12663aec44e9c5692b854 (diff)
downloadfreeipa-cb70784e6fd864132d8e6f97e2a5c7d179ef5c0b.tar.gz
freeipa-cb70784e6fd864132d8e6f97e2a5c7d179ef5c0b.tar.xz
freeipa-cb70784e6fd864132d8e6f97e2a5c7d179ef5c0b.zip
Entitlement status.
A new facet has been added to show entitlement status and download the registration certificate.
Diffstat (limited to 'install/ui/sudo.js')
-rw-r--r--install/ui/sudo.js8
1 files changed, 0 insertions, 8 deletions
diff --git a/install/ui/sudo.js b/install/ui/sudo.js
index f7ccd3cfd..9624ae824 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');