Issue #11 - Manage lists outages in separate tables.

This commit is contained in:
Daniel Thee Roperto
2016-09-12 12:58:16 +10:00
parent 22f85930ce
commit 25abb3ae82
6 changed files with 81 additions and 38 deletions

View File

@@ -33,6 +33,6 @@ $renderer = outagelib::pagesetup();
echo $OUTPUT->header();
$renderer->renderoutagelist(outagedb::get_all());
$renderer->renderoutagelist(outagedb::get_all_active(), outagedb::get_all_future(), outagedb::get_all_past());
echo $OUTPUT->footer();