No title for compact hosts and services, add piecharts

This commit is contained in:
Thomas Gelf 2014-03-04 13:30:29 +00:00
parent 522e9de2e3
commit 1db2a7a8a0
2 changed files with 2 additions and 3 deletions

View File

@ -1,4 +1,3 @@
<h1><?= $this->escape($this->title) ?></h1>
<?php
if ($hosts->count() === 0) {

View File

@ -1,4 +1,3 @@
<h1><?= $this->escape($this->title) ?></h1>
<table class="action">
<tbody>
<?php
@ -84,8 +83,9 @@ foreach ($services as $service):
</div>
</td>
<td>
<?= $this->perfdata($service->service_perfdata, true) ?>
<a href="<?= $serviceLink ?>"><?= $service->service_display_name ?></a> on <a href="<?= $hostLink ?>"><?= $service->host_name; ?></a><br />
<div class="output-text">
<div class="pluginoutput">
<?= $this->escape(substr(strip_tags($service->service_output), 0, 10000)); ?>
</div>