Files
status-board/source/webui/pages/status.php
Nathan Booth 2aa20ddb64 Updates to generate last 7 days
Signed-off-by: Nathan Booth <nath.booth@gmail.com>
2011-12-21 19:34:07 +00:00

6 lines
96 B
PHP

<?php
$services = StatusBoard_Service::all();
$this->smarty->assign('services', $services);
?>