mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-28 01:41:14 -06:00
Added links to netgroup member tables
Tables with members in netgroup were missing links for navigation to associated details pages. This patch adds these links. https://fedorahosted.org/freeipa/ticket/2670
This commit is contained in:
parent
27b1dace2d
commit
664d33cef6
@ -166,7 +166,8 @@ IPA.netgroup.details_facet = function(spec) {
|
||||
columns: [
|
||||
{
|
||||
name: 'memberuser_user',
|
||||
label: IPA.messages.objects.netgroup.users
|
||||
label: IPA.messages.objects.netgroup.users,
|
||||
link: true
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -181,7 +182,8 @@ IPA.netgroup.details_facet = function(spec) {
|
||||
columns: [
|
||||
{
|
||||
name: 'memberuser_group',
|
||||
label: IPA.messages.objects.netgroup.usergroups
|
||||
label: IPA.messages.objects.netgroup.usergroups,
|
||||
link: true
|
||||
}
|
||||
]
|
||||
}
|
||||
@ -253,7 +255,8 @@ IPA.netgroup.details_facet = function(spec) {
|
||||
columns: [
|
||||
{
|
||||
name: 'memberhost_host',
|
||||
label: IPA.messages.objects.netgroup.hosts
|
||||
label: IPA.messages.objects.netgroup.hosts,
|
||||
link: true
|
||||
},
|
||||
{
|
||||
name: 'externalhost',
|
||||
@ -274,7 +277,8 @@ IPA.netgroup.details_facet = function(spec) {
|
||||
columns: [
|
||||
{
|
||||
name: 'memberhost_hostgroup',
|
||||
label: IPA.messages.objects.netgroup.hostgroups
|
||||
label: IPA.messages.objects.netgroup.hostgroups,
|
||||
link: true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user