icingaweb2/modules/monitoring/application/views/scripts/show/history.phtml

8 lines
125 B
PHTML
Raw Normal View History

2013-07-12 14:33:17 +02:00
<?= $this->render('show/components/header.phtml') ?>
<?php
$history->limit(10);
$hhistory = $this->history->paginate();
?>