Skip to content

Commit

Permalink
monitoring: Remove comments from the list/hosts view script
Browse files Browse the repository at this point in the history
refs #5543
  • Loading branch information
lippserd committed Sep 24, 2015
1 parent a87dde9 commit 142fc8a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions modules/monitoring/application/views/scripts/list/hosts.phtml
Expand Up @@ -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): ?>
Expand All @@ -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>
Expand Down

0 comments on commit 142fc8a

Please sign in to comment.