2024-12-06 12:04:16 +08:00
|
|
|
{{template "base/head" .}}
|
|
|
|
|
<div class="page-content">
|
2026-03-22 02:04:39 +01:00
|
|
|
<div class="flex-text-block tw-justify-center tw-gap-5">
|
|
|
|
|
<a href="/devtest/repo-action-view/runs/10">Run:CanCancel</a>
|
|
|
|
|
<a href="/devtest/repo-action-view/runs/20">Run:CanApprove</a>
|
|
|
|
|
<a href="/devtest/repo-action-view/runs/30">Run:CanRerun</a>
|
2025-02-24 16:40:46 +08:00
|
|
|
</div>
|
2024-12-22 19:57:17 +01:00
|
|
|
{{template "repo/actions/view_component" (dict
|
2026-03-10 15:14:48 -06:00
|
|
|
"RunID" (or .RunID 10)
|
|
|
|
|
"JobID" (or .JobID 0)
|
2026-03-22 02:04:39 +01:00
|
|
|
"ActionsURL" (print AppSubUrl "/devtest/repo-action-view")
|
2024-12-22 19:57:17 +01:00
|
|
|
)}}
|
2024-12-06 12:04:16 +08:00
|
|
|
</div>
|
|
|
|
|
{{template "base/footer" .}}
|