Skip to content

Commit

Permalink
Add missed column title in runner management page (#24328)
Browse files Browse the repository at this point in the history
  • Loading branch information
yp05327 authored Apr 26, 2023
1 parent eea23bb commit 62eafea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/shared/actions/runner_list.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<th>{{.locale.Tr "actions.runners.owner_type"}}</th>
<th>{{.locale.Tr "actions.runners.labels"}}</th>
<th>{{.locale.Tr "actions.runners.last_online"}}</th>
<th></th>
<th>{{.locale.Tr "edit"}}</th>
</tr>
</thead>
<tbody>
Expand Down

0 comments on commit 62eafea

Please sign in to comment.