summaryrefslogtreecommitdiffstats
path: root/install/ui/hbac.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/hbac.js')
-rw-r--r--install/ui/hbac.js5
1 files changed, 4 insertions, 1 deletions
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'
]