mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +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 ?>
|
||||
</td>
|
||||
|
||||
<td title="<?= $helper->getStateTitle($service, 'host'); ?>">
|
||||
<td>
|
||||
|
||||
<?= $this->perfdata($service->service_perfdata, true) ?>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user