Skip to content

Commit

Permalink
Show at most 5 pie charts in the services list
Browse files Browse the repository at this point in the history
refs #8205
  • Loading branch information
Al2Klimov committed May 29, 2015
1 parent 9a141d5 commit d7e850d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -60,7 +60,7 @@ if (count($services) === 0) {
</td>

<td>
<div class="sparkline-box"><?= $this->perfdata($service->service_perfdata, true, 8) ?> </div>
<div class="sparkline-box"><?= $this->perfdata($service->service_perfdata, true, 5) ?> </div>
<?= $this->iconImage()->service($service) ?>
<?= implode(' ', $this->serviceFlags($service)); ?>
<?= $this->qlink(
Expand Down

0 comments on commit d7e850d

Please sign in to comment.