mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 07:14:35 +02:00
Link to filtered contact group list unless we have show/contactgroup
This commit is contained in:
parent
4d48f4fb0e
commit
7202e13837
@ -23,7 +23,7 @@ if (! empty($object->contactgroups)) {
|
|||||||
foreach ($object->contactgroups as $contactgroup) {
|
foreach ($object->contactgroups as $contactgroup) {
|
||||||
$list[] = $this->qlink(
|
$list[] = $this->qlink(
|
||||||
$contactgroup->contactgroup_alias,
|
$contactgroup->contactgroup_alias,
|
||||||
'monitoring/show/contactgroup',
|
'monitoring/list/contactgroups',
|
||||||
array('contactgroup_name' => $contactgroup->contactgroup_name)
|
array('contactgroup_name' => $contactgroup->contactgroup_name)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user