mirror of
https://github.com/Noratrieb/does-it-build.git
synced 2026-01-14 10:25:01 +01:00
Improve table
This commit is contained in:
parent
ae1f0b96e3
commit
67459f825b
5 changed files with 51 additions and 28 deletions
|
|
@ -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());
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue