Commit Graph

2 Commits

Author SHA1 Message Date
paul 82c7712613 Add job detail template with execution history and metrics display
- Created a new job_detail.html template extending base.html
- Implemented a macro for rendering nested data structures
- Added sections for job identification, schedule & timing, status, configuration, execution history, and results
- Included a timeline for execution history with visual indicators for job status
- Displayed job metrics including total executions, success rate, and average duration
- Handled cases for displaying results or indicating absence of results based on job status
2026-05-25 19:07:56 +12:00
paul 6e25dae786 Moved results list to results view. 2026-05-25 17:23:42 +12:00