pub fn jobs_page(
active: Option<bool>,
limit: Option<i64>,
session: Option<AdminSession>,
return_to: ReturnTo,
pool: &State<DbPool>,
) -> Result<Template, AdminReject>Expand description
The human jobs dashboard (HTML twin of api_jobs): recent background jobs with their health,
duration and progress — the at-a-glance observability screen. ?active=true shows only pending.