From fef343ae8f501aa67d4c746d9c7103d797fd6be2 Mon Sep 17 00:00:00 2001 From: Endi Sukma Dewata Date: Wed, 18 Jan 2012 17:58:55 -0600 Subject: Show disabled entries in gray. The users, HBAC/sudo rules, HBAC test, and SELinux list pages have been modified to show disabled entries in gray. Icons will be added separately. Ticket #1996 --- install/ui/hbac.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'install/ui/hbac.js') diff --git a/install/ui/hbac.js b/install/ui/hbac.js index 34c9b285..5d6de15d 100644 --- a/install/ui/hbac.js +++ b/install/ui/hbac.js @@ -37,12 +37,15 @@ IPA.hbac.rule_entity = function(spec) { that.entity_init(); that.builder.search_facet({ + row_enabled_attribute: 'ipaenabledflag', search_all_attributes: true, columns: [ 'cn', { name: 'ipaenabledflag', - format: IPA.boolean_format() + format: IPA.boolean_format({ + show_false: true + }) }, 'description' ] -- cgit