summaryrefslogtreecommitdiffstats
path: root/install/ui/src
diff options
context:
space:
mode:
authorPavel Vomacka <pvomacka@redhat.com>2016-07-21 17:44:50 +0200
committerMartin Basti <mbasti@redhat.com>2016-07-28 10:16:24 +0200
commitffea8218c7d6db3abe4667a4d05817249a0e83bd (patch)
tree14db683d391eda9e961e55eb421a57f5c0336173 /install/ui/src
parentda2305ddb99ab982c757ab723acc95cda3d2f025 (diff)
downloadfreeipa-ffea8218c7d6db3abe4667a4d05817249a0e83bd.tar.gz
freeipa-ffea8218c7d6db3abe4667a4d05817249a0e83bd.tar.xz
freeipa-ffea8218c7d6db3abe4667a4d05817249a0e83bd.zip
Remove full name from adding user to user group dialog
As the 'cn' is not in the response of user-show there is empty column in adder dialog. Therefore the column was removed. https://fedorahosted.org/freeipa/ticket/6055 Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
Diffstat (limited to 'install/ui/src')
-rw-r--r--install/ui/src/freeipa/group.js7
1 files changed, 1 insertions, 6 deletions
diff --git a/install/ui/src/freeipa/group.js b/install/ui/src/freeipa/group.js
index 6f6f13e74..b26560c0a 100644
--- a/install/ui/src/freeipa/group.js
+++ b/install/ui/src/freeipa/group.js
@@ -105,13 +105,8 @@ return {
],
adder_columns:[
{
- name: 'cn',
- width: '100px'
- },
- {
name: 'uid',
- primary_key: true,
- width: '100px'
+ primary_key: true
}
]
},