We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cb67cf commit 83cf348Copy full SHA for 83cf348
templates/shared/actions/runner_list.tmpl
@@ -70,7 +70,7 @@
70
<td><p data-tooltip-content="{{.Description}}">{{.Name}}</p></td>
71
<td>{{if .Version}}{{.Version}}{{else}}{{ctx.Locale.Tr "unknown"}}{{end}}</td>
72
<td><span data-tooltip-content="{{.BelongsToOwnerName}}">{{.BelongsToOwnerType.LocaleString ctx.Locale}}</span></td>
73
- <td class="runner-tags">
+ <td class="tw-flex tw-flex-wrap tw-gap-2 runner-tags">
74
{{range .AgentLabels}}<span class="ui label">{{.}}</span>{{end}}
75
</td>
76
<td>{{if .LastOnline}}{{TimeSinceUnix .LastOnline ctx.Locale}}{{else}}{{ctx.Locale.Tr "never"}}{{end}}</td>
0 commit comments