Ultimate Cron Summary
πΊπ¦
This module is maintained by Ukrainian developers.Please consider supporting Ukraine in a fight for their freedom and safety of Europe.
The module enhances the administration interface provided by Ultimate Cron by introducing a compact dashboard at the top of the jobs page. While the standard table works well for a small number of jobs, navigating dozens or even hundreds of entries quickly becomes time-consuming. The dashboard solves this by presenting a concise overview where each tile represents a unique job state and displays the latest job that matches it. Jobs that have never been executed are also represented, making it easy to spot configuration issues before they become operational problems.
Each tile links directly to the corresponding row in the Ultimate Cron table, allowing administrators to move from the summary to detailed information with a single click. Since different modules may define jobs with identical names, the implementing module is displayed alongside the job name to eliminate ambiguity. The tiles follow the visual style of Drupal's Site Status Report counters and automatically arrange themselves into a responsive three-column grid, remaining easy to scan regardless of how many states are visible. Additional icons are also provided for disabled and missing jobs, ensuring every state has a consistent visual representation.
The module is fully configurable. Administrators can choose which job states should be hidden from the dashboard, keeping the overview focused on the information that matters most. To simplify navigation, contextual links provide quick access from the dashboard to the configuration page, while the configuration form contains a shortcut back to the dashboard, creating a seamless workflow between monitoring and configuration.
Features
- Status summary dashboard for Ultimate Cron.
- Direct links from dashboard tiles to the corresponding job details within the jobs table.
- Responsive tile layout displayed in rows of three items.
- Additional visual indicators for statuses that do not have dedicated icons in Ultimate Cron.
- Configuration option to hide selected status tiles.
- Cross-navigation between the dashboard and settings page using contextual links.