Fix erranous table row title
This commit is contained in:
parent
347186e282
commit
5962fd71d0
|
@ -46,7 +46,7 @@ foreach ($services as $service):
|
|||
<?php endif ?>
|
||||
</td>
|
||||
|
||||
<td title="<?= $helper->getStateTitle($service, 'host'); ?>">
|
||||
<td>
|
||||
|
||||
<?= $this->perfdata($service->service_perfdata, true) ?>
|
||||
|
||||
|
|
Loading…
Reference in New Issue