Updates to generate last 7 days

Signed-off-by: Nathan Booth <nath.booth@gmail.com>
This commit is contained in:
Nathan Booth
2011-12-21 19:33:59 +00:00
parent a041081f3b
commit 2aa20ddb64
2 changed files with 39 additions and 20 deletions

View File

@@ -0,0 +1,6 @@
<?php
$services = StatusBoard_Service::all();
$this->smarty->assign('services', $services);
?>