Skip to main content

runs_page

Function runs_page 

Source
pub fn runs_page(
    corpus: &str,
    service: &str,
    pool: &State<DbPool>,
) -> Result<Template, Status>
Expand description

The human run-history screen: a server-rendered table of the same runs GET /api/runs/... returns (the 1:1 HTML twin, sharing RunDto). 404 if the corpus/service is unknown.