Title and container for state history summary

This commit is contained in:
Thomas Gelf 2014-03-06 10:09:16 +00:00
parent e4540a2cf3
commit 18baf35020
1 changed files with 8 additions and 5 deletions

View File

@ -1,7 +1,8 @@
<h1>
State History Summary for all Hosts
</h1>
<div class="controls">
<?= $this->tabs ?>
<h1>Host History Summary</h1>
</div>
<div class="content" data-base-target="col2">
<?php
$grid->setColor('#FC0707');
@ -24,4 +25,6 @@ foreach ($summary as $entry) {
);
}
$grid->setData($data);
echo $grid->render($this);
?>
<?= $grid ?>
</div>