diff --git a/templates/shared/actions/runner_list.tmpl b/templates/shared/actions/runner_list.tmpl index 70cbb95965..2b7866325e 100644 --- a/templates/shared/actions/runner_list.tmpl +++ b/templates/shared/actions/runner_list.tmpl @@ -76,9 +76,7 @@ {{.OwnType}} - {{range .AllLabels}} - {{.}} - {{end}} + {{range .AllLabels}}{{.}}{{end}} {{if .LastOnline}}{{TimeSinceUnix .LastOnline $.locale}}{{else}}{{$.locale.Tr "never"}}{{end}}