Issue #11 - Standard manage table implemented, all outages still on the same table.

This commit is contained in:
Daniel Thee Roperto
2016-09-12 11:12:12 +10:00
parent 7edefc8462
commit 96f9bb7ec2
6 changed files with 148 additions and 28 deletions

View File

@@ -33,6 +33,8 @@ $renderer = outagelib::pagesetup();
echo $OUTPUT->header();
echo $renderer->renderoutagelist(outagedb::get_all());
$table = new \auth_outage\tables\manage();
$table->set_data(outagedb::get_all());
echo $table->finish_output();
echo $OUTPUT->footer();