mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 22:04:25 +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) {
|
||||
$list[] = $this->qlink(
|
||||
$contactgroup->contactgroup_alias,
|
||||
'monitoring/show/contactgroup',
|
||||
'monitoring/list/contactgroups',
|
||||
array('contactgroup_name' => $contactgroup->contactgroup_name)
|
||||
);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user