Skip to content

Commit

Permalink
monitoring: Don't peekAhead in the list/hosts view script
Browse files Browse the repository at this point in the history
This should be in the controller.

refs #5543
  • Loading branch information
lippserd committed Sep 24, 2015
1 parent f391114 commit 7beabd9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions modules/monitoring/application/views/scripts/list/hosts.phtml
@@ -1,8 +1,6 @@
<?php
use Icinga\Module\Monitoring\Object\Host;

$hosts->peekAhead($this->compact);

if (! $this->compact): ?>
<div class="controls separated">
<?= $this->tabs ?>
Expand Down

0 comments on commit 7beabd9

Please sign in to comment.