monitoring: Use the service group alias for displaying service group names in the servicegroups overview

refs #8266
This commit is contained in:
Eric Lippmann 2015-01-23 11:24:39 +01:00
parent 7e05de1255
commit 86ac09d7b1
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@
<?php endif ?> <?php endif ?>
<td class="groupname"> <td class="groupname">
<a href="<?= $this->href('monitoring/list/services', array('servicegroup' => $s->servicegroup)); ?>"> <a href="<?= $this->href('monitoring/list/services', array('servicegroup' => $s->servicegroup)); ?>">
<?= $this->translate($s->servicegroup) ?> <?= $this->translate($s->servicegroup_alias) ?>
</a> </a>
</td> </td>
<td class="total"> <td class="total">