diff --git a/views/manage.php b/views/manage.php index 22925df..0ff9f0d 100644 --- a/views/manage.php +++ b/views/manage.php @@ -26,6 +26,7 @@ use auth_outage\output\manage\history_table; use auth_outage\output\manage\planned_table; use auth_outage\output\renderer; +use auth_outage\dml\outagedb; defined('MOODLE_INTERNAL') || die(); @@ -47,9 +48,12 @@ echo $viewbag['warning']; $table->finish_output(); ?> - + + + +