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/policy.js | 1 + 1 file changed, 1 insertion(+) (limited to 'install/ui/policy.js') diff --git a/install/ui/policy.js b/install/ui/policy.js index bb544177..f6bec48c 100644 --- a/install/ui/policy.js +++ b/install/ui/policy.js @@ -51,6 +51,7 @@ IPA.entity_factories.krbtpolicy = function() { return IPA.entity_builder(). entity('krbtpolicy'). details_facet({ + title: IPA.metadata.objects.krbtpolicy.label, sections:[{ name: 'identity', fields:[ 'krbmaxrenewableage','krbmaxticketlife' ] -- cgit