Skip to content

Commit

Permalink
monitoring: Don't peekAhead in the list/hostgroups view script
Browse files Browse the repository at this point in the history
Should be in the controller.

refs #5543
  • Loading branch information
lippserd committed Sep 24, 2015
1 parent 5b4cb8e commit e284ecf
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -13,7 +13,6 @@ if (! $this->compact): ?>
<div class="content">
<?php

$hostgroups->peekAhead($this->compact);
$firstRow = true;
foreach ($hostgroups as $h): ?>
<?php if ($firstRow): ?>
Expand Down

0 comments on commit e284ecf

Please sign in to comment.