commit | 7abde9e21e82b8555e7ab48ac936224da337846e | [log] [tgz] |
---|---|---|
author | Daniel Gruno <humbedooh@apache.org> | Tue Jun 04 22:43:35 2024 +0200 |
committer | GitHub <noreply@github.com> | Tue Jun 04 22:43:35 2024 +0200 |
tree | fa29d174be08ed7c641d6a51be52eb5e91d9320c | |
parent | f5dadbb4225292dbb8b2a4302431f48d9e80bb1a [diff] |
OF: Fix GHA icon
diff --git a/server/app/plugins/ghascanner.py b/server/app/plugins/ghascanner.py index 429a1ed..8e7f105 100644 --- a/server/app/plugins/ghascanner.py +++ b/server/app/plugins/ghascanner.py
@@ -160,5 +160,5 @@ plugins.root.register( - scan_builds, list_projects, slug="ghactions", title="GitHub Actions Usage", icon="bi-envelope-exclamation-fill", private=True + scan_builds, list_projects, slug="ghactions", title="GitHub Actions Usage", icon="bi-github", private=True )