diff options
author | Giteabot <teabot@gitea.io> | 2023-09-25 02:43:12 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-24 18:43:12 +0000 |
commit | a8086f61487f9f879e250a59dabf4f6f001e4442 (patch) | |
tree | 69d458e8a3273bac5f340e87443db2dd22c81e6c /web_src | |
parent | f4f6885c1f6949d2abfce7b58631afd33300b7fa (diff) | |
download | gitea-a8086f61487f9f879e250a59dabf4f6f001e4442.tar.gz gitea-a8086f61487f9f879e250a59dabf4f6f001e4442.zip |
fix issues on action runners page (#27226) (#27233)
Backport #27226 by @denyskon
- switch from some weird status badge to label
- translate untranslated `Reset registration token` string
- change documentation link from act_runner README to Gitea Docs site
- fix "No runners available" message width
- use `ctx.Locale.Tr` where possible
![grafik](https://github.com/go-gitea/gitea/assets/47871822/65547228-f9ed-4f80-9cfd-df5e55513a44)
Co-authored-by: Denys Konovalov <kontakt@denyskon.de>
Diffstat (limited to 'web_src')
-rw-r--r-- | web_src/css/actions.css | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/web_src/css/actions.css b/web_src/css/actions.css index f081698c66..e353a013a7 100644 --- a/web_src/css/actions.css +++ b/web_src/css/actions.css @@ -18,12 +18,6 @@ margin-right: 1em; } -.runner-container .runner-status-online { - padding: 0.3em 0.5em; - background-color: var(--color-green); - color: var(--color-white); -} - .runner-container .runner-new-text { color: var(--color-white); } |