mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-29 16:54:04 +02:00
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 ?>
|
<?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">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user