monitoring: Don't peekAhead in the list/hostgroups view script
Should be in the controller. refs #5543
This commit is contained in:
parent
5b4cb8e528
commit
e284ecf3b0
|
@ -13,7 +13,6 @@ if (! $this->compact): ?>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
$hostgroups->peekAhead($this->compact);
|
|
||||||
$firstRow = true;
|
$firstRow = true;
|
||||||
foreach ($hostgroups as $h): ?>
|
foreach ($hostgroups as $h): ?>
|
||||||
<?php if ($firstRow): ?>
|
<?php if ($firstRow): ?>
|
||||||
|
|
Loading…
Reference in New Issue