mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -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:
@@ -166,7 +166,8 @@ IPA.netgroup.details_facet = function(spec) {
|
|||||||
columns: [
|
columns: [
|
||||||
{
|
{
|
||||||
name: 'memberuser_user',
|
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: [
|
columns: [
|
||||||
{
|
{
|
||||||
name: 'memberuser_group',
|
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: [
|
columns: [
|
||||||
{
|
{
|
||||||
name: 'memberhost_host',
|
name: 'memberhost_host',
|
||||||
label: IPA.messages.objects.netgroup.hosts
|
label: IPA.messages.objects.netgroup.hosts,
|
||||||
|
link: true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'externalhost',
|
name: 'externalhost',
|
||||||
@@ -274,7 +277,8 @@ IPA.netgroup.details_facet = function(spec) {
|
|||||||
columns: [
|
columns: [
|
||||||
{
|
{
|
||||||
name: 'memberhost_hostgroup',
|
name: 'memberhost_hostgroup',
|
||||||
label: IPA.messages.objects.netgroup.hostgroups
|
label: IPA.messages.objects.netgroup.hostgroups,
|
||||||
|
link: true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user