Link to filtered contact group list unless we have show/contactgroup

This commit is contained in:
Thomas Gelf 2014-03-09 11:26:57 +01:00
parent 4d48f4fb0e
commit 7202e13837
1 changed files with 1 additions and 1 deletions

View File

@ -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)
);
}