From 5b3ba5ab6b7638c747cd68411cd578aa6f8ee26a Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Thu, 24 Sep 2015 14:57:01 +0200 Subject: [PATCH] monitoring: Don't peekAhead in the list/services view script This should be in the controller. refs #5543 --- .../monitoring/application/views/scripts/list/services.phtml | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/monitoring/application/views/scripts/list/services.phtml b/modules/monitoring/application/views/scripts/list/services.phtml index 08d955740..505d8d8ae 100644 --- a/modules/monitoring/application/views/scripts/list/services.phtml +++ b/modules/monitoring/application/views/scripts/list/services.phtml @@ -2,8 +2,6 @@ use Icinga\Module\Monitoring\Object\Host; use Icinga\Module\Monitoring\Object\Service; -$services->peekAhead($this->compact); - if (! $this->compact): ?>
tabs ?>