From e5ba2e46e50cac4f1fe7f86ad7dcee42518f985c Mon Sep 17 00:00:00 2001 From: Adam Young <[email protected]> Date: Tue, 1 Nov 2011 12:51:05 -0400 Subject: [PATCH] Add priority to pwpolicy list
First step to solving https://fedorahosted.org/freeipa/ticket/1977 --- install/ui/policy.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/install/ui/policy.js b/install/ui/policy.js index 54321a481634e900d68e58d5f8acb38ac6819b0a..41432f743e2b894cb4a8d2a9b338bacc85b8c762 100644 --- a/install/ui/policy.js +++ b/install/ui/policy.js @@ -28,7 +28,7 @@ IPA.entity_factories.pwpolicy = function() { return IPA.entity_builder(). entity('pwpolicy'). search_facet({ - columns:['cn']}). + columns:['cn','cospriority']}). details_facet({ sections:[ { -- 1.7.6.4
_______________________________________________ Freeipa-devel mailing list [email protected] https://www.redhat.com/mailman/listinfo/freeipa-devel
