use css on labels (#25626)

Changes html to use CSS label class similar to
`templates/shared/actions/runner_list.tmpl`
This commit is contained in:
derelm 2023-07-03 04:33:28 +02:00 committed by GitHub
parent 807c9712ef
commit 5b79eeabd1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@
<label>{{.locale.Tr "actions.runners.labels"}}</label> <label>{{.locale.Tr "actions.runners.labels"}}</label>
<span> <span>
{{range .Runner.AgentLabels}} {{range .Runner.AgentLabels}}
<span>{{.}}</span> <span class="ui label">{{.}}</span>
{{end}} {{end}}
</span> </span>
</div> </div>