monitoring: Escape the service group name in the servicegroups overview
This commit is contained in:
parent
257186fb92
commit
9fe720e715
|
@ -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)); ?>">
|
||||||
<?= $s->servicegroup; ?>
|
<?= $this->translate($s->servicegroup) ?>
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
<td class="total">
|
<td class="total">
|
||||||
|
|
Loading…
Reference in New Issue