From 4c9359ab625c700f150cfd8191e7181542089633 Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Tue, 2 Aug 2011 10:26:12 -0500 Subject: Fixed certificate buttons. The certificate buttons including Get, View, Revoke, Restore for hosts and services have been fixed to use the correct entity name. Ticket #1556 --- install/ui/service.js | 3 --- 1 file changed, 3 deletions(-) (limited to 'install/ui/service.js') diff --git a/install/ui/service.js b/install/ui/service.js index 7f91e231..6128dd1f 100644 --- a/install/ui/service.js +++ b/install/ui/service.js @@ -319,9 +319,6 @@ IPA.service_certificate_status_widget = function (spec) { var that = IPA.cert.status_widget(spec); - - that.entity_label = that.entity.metadata.label_singular; - that.get_entity_pkey = function(result) { var values = result['krbprincipalname']; return values ? values[0] : null; -- cgit