monitoring: Remove comments from the list/hosts view script

refs #5543
This commit is contained in:
Eric Lippmann 2015-09-24 10:33:23 +02:00
parent a87dde9e03
commit 142fc8a21d
1 changed files with 0 additions and 3 deletions

View File

@ -35,7 +35,6 @@ if (! $this->compact): ?>
?>
<tr class="state <?= $hostStateName ?><?= $host->host_handled ? ' handled' : '' ?>">
<!-- State -->
<td class="state">
<strong><?= Host::getStateText($host->host_state, true) ?></strong>
<?php if ((int) $host->host_state !== 99): ?>
@ -47,8 +46,6 @@ if (! $this->compact): ?>
<?php endif ?>
<?php endif ?>
</td>
<!-- Host / Status / Output -->
<td>
<?= $this->iconImage()->host($host) ?>
<span class="objectflags"><?= implode(' ', $this->hostFlags($host)) ?></span>