diff options
Diffstat (limited to 'install/ui/aci.js')
-rw-r--r-- | install/ui/aci.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/install/ui/aci.js b/install/ui/aci.js index badc7953..fc72b519 100644 --- a/install/ui/aci.js +++ b/install/ui/aci.js @@ -327,7 +327,6 @@ IPA.aci.selfservice_entity = function(spec) { that.entity_init(); that.builder.search_facet({ - pagination: false, columns: [ 'aciname' ] }). details_facet({ @@ -371,7 +370,6 @@ IPA.aci.delegation_entity = function(spec) { that.entity_init(); that.builder.search_facet({ - pagination: false, columns: [ 'aciname' ] }). details_facet({ |