Updates to generate last 7 days
Signed-off-by: Nathan Booth <nath.booth@gmail.com>
This commit is contained in:
6
source/webui/pages/status.php
Normal file
6
source/webui/pages/status.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
$services = StatusBoard_Service::all();
|
||||
$this->smarty->assign('services', $services);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user