Improve table

This commit is contained in:
nora 2024-09-08 15:34:12 +02:00
parent ae1f0b96e3
commit 67459f825b
5 changed files with 51 additions and 28 deletions

View file

@ -54,6 +54,7 @@ async fn build(State(state): State<AppState>, Query(query): Query<BuildQuery>) -
.replace("{{nightly}}", &query.nightly)
.replace("{{target}}", &query.target)
.replace("{{stderr}}", &build.stderr)
.replace("{{mode}}", &build.mode.to_string())
.replace("{{version}}", crate::VERSION)
.replace("{{status}}", &build.status.to_string());