feat: add a "last update" time stamp to the report page
modified src/report.rs
@@ -5,6 +5,7 @@ use std::{
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -115,6 +116,14 @@ fn list_runs(repos: &[&str], run_infos: &[RunInfo]) -> Document {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|