monitoring: Use hostgroup alias for displaying the host group's name in the hostgroups overview
refs #8266
This commit is contained in:
parent
42071118af
commit
257186fb92
|
@ -80,7 +80,7 @@
|
|||
<?php endif ?>
|
||||
<td class="groupname">
|
||||
<a href="<?= $this->href('monitoring/list/hosts', array('hostgroup' => $h->hostgroup)); ?>">
|
||||
<?= $this->escape($h->hostgroup) ?>
|
||||
<?= $this->escape($h->hostgroup_alias) ?>
|
||||
</a>
|
||||
</td>
|
||||
<td class="total">
|
||||
|
|
Loading…
Reference in New Issue