monitoring: Use hostgroup alias for displaying the host group's name in the hostgroups overview

refs #8266
This commit is contained in:
Eric Lippmann 2015-01-23 11:22:35 +01:00
parent 42071118af
commit 257186fb92
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/hosts', array('hostgroup' => $h->hostgroup)); ?>"> <a href="<?= $this->href('monitoring/list/hosts', array('hostgroup' => $h->hostgroup)); ?>">
<?= $this->escape($h->hostgroup) ?> <?= $this->escape($h->hostgroup_alias) ?>
</a> </a>
</td> </td>
<td class="total"> <td class="total">