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 6ea1c67 commit a192a5eCopy full SHA for a192a5e
templates/shared/actions/runner_list.tmpl
@@ -68,7 +68,7 @@
68
{{range .Runners}}
69
<tr>
70
<td>
71
- <span class="ui {{if .IsOnline}}green{{else}}basic{{end}} label">{{.StatusLocaleName ctx.Locale}}</span>
+ <span class="ui {{if .IsOnline}}green{{end}} label">{{.StatusLocaleName ctx.Locale}}</span>
72
</td>
73
<td>{{.ID}}</td>
74
<td><p data-tooltip-content="{{.Description}}">{{.Name}}</p></td>
0 commit comments