summaryrefslogtreecommitdiffstats
path: root/install/ui/host.js
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2011-08-02 10:26:12 -0500
committerAdam Young <ayoung@redhat.com>2011-08-02 13:32:34 -0400
commit4c9359ab625c700f150cfd8191e7181542089633 (patch)
tree2d0db8fe2620f81ed7c210ca27280dbd7e2c0166 /install/ui/host.js
parent6f6679e3483a324fe739a527c9eb5a5640e69386 (diff)
downloadfreeipa-4c9359ab625c700f150cfd8191e7181542089633.tar.gz
freeipa-4c9359ab625c700f150cfd8191e7181542089633.tar.xz
freeipa-4c9359ab625c700f150cfd8191e7181542089633.zip
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
Diffstat (limited to 'install/ui/host.js')
-rw-r--r--install/ui/host.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/install/ui/host.js b/install/ui/host.js
index a84f54c19..b8e849211 100644
--- a/install/ui/host.js
+++ b/install/ui/host.js
@@ -432,9 +432,6 @@ IPA.host_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['fqdn'];
return values ? values[0] : null;