monitoring: Don't peekAhead in the list/services view script
This should be in the controller. refs #5543
This commit is contained in:
parent
64b7315379
commit
5b3ba5ab6b
|
@ -2,8 +2,6 @@
|
||||||
use Icinga\Module\Monitoring\Object\Host;
|
use Icinga\Module\Monitoring\Object\Host;
|
||||||
use Icinga\Module\Monitoring\Object\Service;
|
use Icinga\Module\Monitoring\Object\Service;
|
||||||
|
|
||||||
$services->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