There IS a reason why I WANT this space to be there. REALLY!

This commit is contained in:
Thomas Gelf 2014-03-07 10:50:06 +00:00
parent 6b03f63f71
commit 04d968b4bf
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ foreach ($services as $service):
<?php endif ?>
<a href="<?= $serviceLink ?>"><?= $service->service_display_name ?></a> on <a href="<?= $hostLink ?>"><?= $service->host_name; ?>
<?php if ($service->host_state != 0): ?>
(<?= ucfirst($helper->monitoringState($service, 'host')); ?>)
(<?= ucfirst($helper->monitoringState($service, 'host')); ?>)
<?php endif ?>
</a><br />
<p class="pluginoutput"><?= $this->escape(substr(strip_tags($service->service_output), 0, 10000)); ?></p>