mirror of
https://github.com/catalyst/moodle-auth_outage.git
synced 2026-05-16 21:41:31 +02:00
Issue #11 - Standard manage table implemented, all outages still on the same table.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user