1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-01 00:45:46 +00:00

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>
<span>
{{range .Runner.AgentLabels}}
<span>{{.}}</span>
<span class="ui label">{{.}}</span>
{{end}}
</span>
</div>