mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 16:32:18 +02:00
Merge branch 'mdl-83695_main' of https://github.com/james-cnz/moodle
This commit is contained in:
commit
1fbe085b1a
@ -205,7 +205,12 @@ if (!empty($automatedbackups)) {
|
||||
|
||||
// In progress course restores.
|
||||
if (async_helper::is_async_enabled()) {
|
||||
echo $OUTPUT->heading_with_help(get_string('asyncrestoreinprogress', 'backup'), 'asyncrestoreinprogress', 'backup');
|
||||
echo $OUTPUT->heading_with_help(
|
||||
get_string('asyncrestoreinprogress', 'backup'),
|
||||
'asyncrestoreinprogress',
|
||||
'backup',
|
||||
classnames: ['mt-6']
|
||||
);
|
||||
echo $OUTPUT->container_start();
|
||||
$renderer = $PAGE->get_renderer('core', 'backup');
|
||||
echo $renderer->restore_progress_viewer($USER->id, $context);
|
||||
|
Loading…
x
Reference in New Issue
Block a user