Skip to content

Commit

Permalink
Moved report to reports tab
Browse files Browse the repository at this point in the history
  • Loading branch information
brendanheywood committed Jul 30, 2024
1 parent f2aad9e commit 0d47b71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
get_string('systemstatus', 'tool_heartbeat'),
new moodle_url('/admin/tool/heartbeat/status.php')
);
$ADMIN->add('heartbeatfolder', $statuspage);
$ADMIN->add('reports', $statuspage);

$settings = new admin_settingpage('tool_heartbeat', get_string('settings'));
$ADMIN->add('heartbeatfolder', $settings);
Expand Down

0 comments on commit 0d47b71

Please sign in to comment.