mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 08:14:03 +02:00
monitoring: Remove unused variable form the services view script
refs #5543
This commit is contained in:
parent
596bb08e5e
commit
4c12a692a3
@ -2,7 +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;
|
||||||
|
|
||||||
$selfUrl = 'monitoring/list/services';
|
|
||||||
$services->peekAhead($this->compact);
|
$services->peekAhead($this->compact);
|
||||||
|
|
||||||
if (! $this->compact): ?>
|
if (! $this->compact): ?>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user