Details
Description
Update the company Automation page under Settings > Company > Automation to add tabs. This will allow us to simplify the long list of automation tasks into groups by task type.
- Add tabs to this page (similar to the company Themes page) based on cron task type
- System (default)
- Plugin
- Module
- The controller will likely need to be updated to handle POST requests for a subset of cron tasks by type if it does not already
- The CronTasks model will likely need to be updated to support retrieving a subset of cron tasks by `task_type` for each tabbed page