monitoring: Don't peekAhead in the list/hosts view script
This should be in the controller. refs #5543
This commit is contained in:
parent
f391114fc8
commit
7beabd9744
|
@ -1,8 +1,6 @@
|
|||
<?php
|
||||
use Icinga\Module\Monitoring\Object\Host;
|
||||
|
||||
$hosts->peekAhead($this->compact);
|
||||
|
||||
if (! $this->compact): ?>
|
||||
<div class="controls separated">
|
||||
<?= $this->tabs ?>
|
||||
|
|
Loading…
Reference in New Issue