From 4f814080c3de15dacf06fbfeea69547261ffecb6 Mon Sep 17 00:00:00 2001 From: GitCaddy Date: Sun, 11 Jan 2026 18:18:18 +0000 Subject: [PATCH] feat(runners): improve runner UI with Type field and custom docs link MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add Type field (Global/Organization/Repository) to runner edit page - Add Owner field showing actual owner name or System for global runners - Update How to start link to point to GitCaddy act_runner docs 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- templates/shared/actions/runner_edit.tmpl | 6 +++++- templates/shared/actions/runner_list.tmpl | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/templates/shared/actions/runner_edit.tmpl b/templates/shared/actions/runner_edit.tmpl index 48dc3ab993..61e57f617e 100644 --- a/templates/shared/actions/runner_edit.tmpl +++ b/templates/shared/actions/runner_edit.tmpl @@ -68,9 +68,13 @@ Version {{.Runner.Version}} + + Type + {{.Runner.BelongsToOwnerType.LocaleString ctx.Locale}} + Owner - {{.Runner.BelongsToOwnerType.LocaleString ctx.Locale}} + {{if .Runner.BelongsToOwnerName}}{{.Runner.BelongsToOwnerName}}{{else}}System{{end}} Labels diff --git a/templates/shared/actions/runner_list.tmpl b/templates/shared/actions/runner_list.tmpl index 43321a8dc5..b4e9b84c48 100644 --- a/templates/shared/actions/runner_list.tmpl +++ b/templates/shared/actions/runner_list.tmpl @@ -10,7 +10,7 @@