feat: use run id and job id in page view

This commit is contained in:
Jason Song
2022-10-14 18:30:00 +08:00
parent d320eb66f4
commit 1cba52376a
5 changed files with 126 additions and 96 deletions

View File

@@ -1,6 +1,6 @@
{{template "base/head" .}}
<div id="repo-build-view" class="h-100">
<div id="repo-build-view" run-id="{{.RunID}}" job-id="{{.JobID}}" class="h-100">
</div>