monitoring: Use the service group alias for displaying service group names in the servicegroups overview
refs #8266
This commit is contained in:
parent
7e05de1255
commit
86ac09d7b1
|
@ -80,7 +80,7 @@
|
|||
<?php endif ?>
|
||||
<td class="groupname">
|
||||
<a href="<?= $this->href('monitoring/list/services', array('servicegroup' => $s->servicegroup)); ?>">
|
||||
<?= $this->translate($s->servicegroup) ?>
|
||||
<?= $this->translate($s->servicegroup_alias) ?>
|
||||
</a>
|
||||
</td>
|
||||
<td class="total">
|
||||
|
|
Loading…
Reference in New Issue