summaryrefslogtreecommitdiffstats
path: root/install/ui/policy.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/policy.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/policy.js')
-rw-r--r--install/ui/policy.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/install/ui/policy.js b/install/ui/policy.js
index bb544177b..f6bec48cf 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' ]