monitoring: Escape the host group's name in the hostgroups overview
This commit is contained in:
parent
5ac1eaa513
commit
b54564eb5c
|
@ -80,7 +80,7 @@
|
|||
<?php endif ?>
|
||||
<td class="groupname">
|
||||
<a href="<?= $this->href('monitoring/list/hosts', array('hostgroup' => $h->hostgroup)); ?>">
|
||||
<?= $h->hostgroup; ?>
|
||||
<?= $this->escape($h->hostgroup) ?>
|
||||
</a>
|
||||
</td>
|
||||
<td class="total">
|
||||
|
|
Loading…
Reference in New Issue