mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 08:14:03 +02:00
parent
7247ea5191
commit
18f6ff8702
@ -4,9 +4,12 @@ if (empty($object->servicegroups)) return;
|
|||||||
|
|
||||||
$list = array();
|
$list = array();
|
||||||
foreach ($object->servicegroups as $name => $alias) {
|
foreach ($object->servicegroups as $name => $alias) {
|
||||||
$list[] = $this->qlink($alias, 'monitoring/list/services', array(
|
$list[] = $this->qlink(
|
||||||
'servicegroup' => $name
|
$alias,
|
||||||
));
|
'monitoring/list/services',
|
||||||
|
array('servicegroup' => $name),
|
||||||
|
array('title' => sprintf($this->translate('List all services in the group "%s"'), $alias))
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
printf(
|
printf(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user