feat: use run id and job id in page view

This commit is contained in:
Jason Song
2022-11-25 17:48:45 +08:00
parent d320eb66f4
commit 1cba52376a
5 changed files with 126 additions and 96 deletions
+1 -1
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>