Skip to content

Commit

Permalink
use css on labels (#25626)
Browse files Browse the repository at this point in the history
Changes html to use CSS label class similar to
`templates/shared/actions/runner_list.tmpl`
  • Loading branch information
derelm authored Jul 3, 2023
1 parent 807c971 commit 5b79eea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/shared/actions/runner_edit.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 5b79eea

Please sign in to comment.