Add sort by severity to the servicegroup links in the servicegroups overview

This commit is contained in:
Eric Lippmann 2017-05-04 14:37:43 +02:00
parent c36b2661b1
commit b900a01d02

View File

@ -34,7 +34,7 @@ if (! $this->compact): ?>
<?= $this->qlink( <?= $this->qlink(
$serviceGroup->servicegroup_alias, $serviceGroup->servicegroup_alias,
'monitoring/list/services', '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)) array('title' => sprintf($this->translate('List all services in the group "%s"'), $serviceGroup->servicegroup_alias))
) ?> ) ?>
</th> </th>