Skip to content

Commit 5b79eea

Browse files
authored
use css on labels (#25626)
Changes html to use CSS label class similar to `templates/shared/actions/runner_list.tmpl`
1 parent 807c971 commit 5b79eea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/shared/actions/runner_edit.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<label>{{.locale.Tr "actions.runners.labels"}}</label>
2020
<span>
2121
{{range .Runner.AgentLabels}}
22-
<span>{{.}}</span>
22+
<span class="ui label">{{.}}</span>
2323
{{end}}
2424
</span>
2525
</div>

0 commit comments

Comments
 (0)