giteabot backport / giteabot (push) Canceled after 0s
giteabot / giteabot (push) Canceled after 0s
release-nightly / nightly-binary (push) Canceled after 0s
release-nightly / nightly-container (push) Canceled after 0s
cache-seeder / gobuild (push) Canceled after 0s
cache-seeder / lint (bindata, lint-backend) (push) Canceled after 0s
release-nightly-snapcraft / build-and-publish (push) Canceled after 0s
Includes direct password setup links in registration emails. Assisted-by: Codex:GPT-5
14 lines
428 B
Handlebars
14 lines
428 B
Handlebars
{{template "admin/layout_head" (dict "pageClass" "admin actions")}}
|
|
<div class="admin-setting-content">
|
|
{{if eq .PageType "runners"}}
|
|
{{template "shared/actions/runner_list" .}}
|
|
{{end}}
|
|
{{if eq .PageType "variables"}}
|
|
{{template "shared/variables/variable_list" .}}
|
|
{{end}}
|
|
{{if eq .PageType "scoped-workflows"}}
|
|
{{template "shared/actions/scoped_workflows" .}}
|
|
{{end}}
|
|
</div>
|
|
{{template "admin/layout_footer" .}}
|