diff options
author | yp05327 <576951401@qq.com> | 2023-04-26 16:46:25 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-26 03:46:25 -0400 |
commit | 62eafea3f9b57fa1cac419b4347f31578fc0deb7 (patch) | |
tree | cad8785759f3e9e8eeb92472e4a1d702031c4839 | |
parent | eea23bbc8ebb7589b4291d23b37106a32d81a834 (diff) | |
download | gitea-62eafea3f9b57fa1cac419b4347f31578fc0deb7.tar.gz gitea-62eafea3f9b57fa1cac419b4347f31578fc0deb7.zip |
Add missed column title in runner management page (#24328)
![image](https://user-images.githubusercontent.com/18380374/234214706-315a8465-8931-4693-8015-e50279db53ab.png)
-rw-r--r-- | templates/shared/actions/runner_list.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/shared/actions/runner_list.tmpl b/templates/shared/actions/runner_list.tmpl index 572bc5e34a..e738a581c3 100644 --- a/templates/shared/actions/runner_list.tmpl +++ b/templates/shared/actions/runner_list.tmpl @@ -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> |