mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-30 01:04:09 +02:00
Fix erranous table row title
This commit is contained in:
parent
347186e282
commit
5962fd71d0
@ -46,7 +46,7 @@ foreach ($services as $service):
|
|||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td title="<?= $helper->getStateTitle($service, 'host'); ?>">
|
<td>
|
||||||
|
|
||||||
<?= $this->perfdata($service->service_perfdata, true) ?>
|
<?= $this->perfdata($service->service_perfdata, true) ?>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user