Added a page & table for viewing a list of installed tasks

This commit is contained in:
2023-05-31 16:00:22 +01:00
parent 2bed04cd18
commit e4db24ee8d
11 changed files with 440 additions and 4 deletions

View File

@@ -110,6 +110,5 @@ class ScheduleCommand extends BaseCommand
$this->io->error('Schedule failed !');
return self::FAILURE;
}
}
}