mirror of
https://github.com/go-gitea/gitea.git
synced 2026-05-28 02:38:44 +09:00
fix: use index of run
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{{template "base/head" .}}
|
||||
|
||||
<div id="repo-build-view" run-id="{{.RunID}}" job-id="{{.JobID}}" class="h-100">
|
||||
<div id="repo-build-view" run-index="{{.RunIndex}}" job-index="{{.JobIndex}}" class="h-100">
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user