Add basic service/site/incident listings to the homepage.
Basic functionality to serve as a test case for core class development.
This commit is contained in:
7
source/webui/pages/home.php
Normal file
7
source/webui/pages/home.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
$services = StatusBoard_Service::all();
|
||||
|
||||
$this->smarty->assign('services', $services);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user