diff options
Diffstat (limited to 'install/ui/group.js')
-rw-r--r-- | install/ui/group.js | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/install/ui/group.js b/install/ui/group.js index 7683bcb5..875e67f0 100644 --- a/install/ui/group.js +++ b/install/ui/group.js @@ -98,6 +98,21 @@ IPA.group.entity = function(spec) { width: '100px' } ] + }). + association_facet({ + name: 'member_group' + }). + attribute_facet({ + name: 'member_external', + attribute: 'ipaexternalmember', + tab_label: 'External', + facet_group: 'member', + columns: [ + { + name: 'ipaexternalmember', + label: IPA.get_command_option('group_add_member', 'ipaexternalmember').label + } + ] }). association_facet({ |