summaryrefslogtreecommitdiffstats
path: root/install/ui/policy.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/policy.js')
-rw-r--r--install/ui/policy.js15
1 files changed, 11 insertions, 4 deletions
diff --git a/install/ui/policy.js b/install/ui/policy.js
index 41432f74..f773c471 100644
--- a/install/ui/policy.js
+++ b/install/ui/policy.js
@@ -76,9 +76,16 @@ IPA.entity_factories.krbtpolicy = function() {
entity('krbtpolicy').
details_facet({
title: IPA.metadata.objects.krbtpolicy.label,
- sections:[{
- name: 'identity',
- fields:[ 'krbmaxrenewableage','krbmaxticketlife' ]
- }]}).
+ sections: [
+ {
+ name: 'identity',
+ fields: [
+ 'krbmaxrenewableage',
+ 'krbmaxticketlife'
+ ]
+ }
+ ],
+ needs_update: true
+ }).
build();
};