mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
Add sort by severity to the servicegroup links in the servicegroups overview
This commit is contained in:
parent
c36b2661b1
commit
b900a01d02
@ -34,7 +34,7 @@ if (! $this->compact): ?>
|
||||
<?= $this->qlink(
|
||||
$serviceGroup->servicegroup_alias,
|
||||
'monitoring/list/services',
|
||||
array('servicegroup_name' => $serviceGroup->servicegroup_name),
|
||||
array('servicegroup_name' => $serviceGroup->servicegroup_name, 'sort' => 'service_severity'),
|
||||
array('title' => sprintf($this->translate('List all services in the group "%s"'), $serviceGroup->servicegroup_alias))
|
||||
) ?>
|
||||
</th>
|
||||
|
Loading…
x
Reference in New Issue
Block a user