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.js16
1 files changed, 4 insertions, 12 deletions
diff --git a/install/ui/hbac.js b/install/ui/hbac.js
index a65ab371..21333fa7 100644
--- a/install/ui/hbac.js
+++ b/install/ui/hbac.js
@@ -89,12 +89,8 @@ IPA.hbac.service_entity = function(spec) {
name: 'memberof_hbacsvcgroup',
associator: IPA.serial_associator,
columns:[
- {
- name: 'cn',
- primary_key: true,
- link: true
- },
- { name: 'description' }
+ 'cn',
+ 'description'
],
adder_columns: [
{
@@ -154,12 +150,8 @@ IPA.hbac.service_group_entity = function(spec) {
association_facet({
name: 'member_hbacsvc',
columns:[
- {
- name: 'cn',
- primary_key: true,
- link: true
- },
- { name: 'description' }
+ 'cn',
+ 'description'
],
adder_columns: [
{