From: Giteabot Date: Wed, 5 Jun 2024 20:35:36 +0000 (+0800) Subject: Optimize runner-tags layout to enhance visual experience (#31258) (#31263) X-Git-Tag: v1.22.1~48 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=83cf348e07fa83070d8a50d7d96943de08104fd4;p=gitea.git Optimize runner-tags layout to enhance visual experience (#31258) (#31263) Backport #31258 by @kerwin612 ![image](https://github.com/go-gitea/gitea/assets/3371163/b8199005-94f2-45be-8ca9-4fa1b3f221b2) Co-authored-by: Kerwin Bryant --- diff --git a/templates/shared/actions/runner_list.tmpl b/templates/shared/actions/runner_list.tmpl index 8163007993..d3a86fe3fa 100644 --- a/templates/shared/actions/runner_list.tmpl +++ b/templates/shared/actions/runner_list.tmpl @@ -70,7 +70,7 @@

{{.Name}}

{{if .Version}}{{.Version}}{{else}}{{ctx.Locale.Tr "unknown"}}{{end}} {{.BelongsToOwnerType.LocaleString ctx.Locale}} - + {{range .AgentLabels}}{{.}}{{end}} {{if .LastOnline}}{{TimeSinceUnix .LastOnline ctx.Locale}}{{else}}{{ctx.Locale.Tr "never"}}{{end}}