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
|
<?php
|
||||||
use Icinga\Module\Monitoring\Object\Host;
|
use Icinga\Module\Monitoring\Object\Host;
|
||||||
|
|
||||||
$hosts->peekAhead($this->compact);
|
|
||||||
|
|
||||||
if (! $this->compact): ?>
|
if (! $this->compact): ?>
|
||||||
<div class="controls separated">
|
<div class="controls separated">
|
||||||
<?= $this->tabs ?>
|
<?= $this->tabs ?>
|
||||||
|
|
Loading…
Reference in New Issue