mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-30 17:24:16 +02:00
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…
x
Reference in New Issue
Block a user