mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Upgrade font awesome from v4 to v5. Fixes #5731
This commit is contained in:
committed by
Akshay Joshi
parent
36574b25b6
commit
93adf6884f
@@ -34,14 +34,14 @@ class HelpModule(PgAdminModule):
|
||||
label=gettext('pgAdmin Website'),
|
||||
priority=200,
|
||||
target='pgadmin_website',
|
||||
icon='fa fa-external-link',
|
||||
icon='fa fa-external-link-alt',
|
||||
url='https://www.pgadmin.org/'),
|
||||
|
||||
MenuItem(name='mnu_postgresql_website',
|
||||
label=gettext('PostgreSQL Website'),
|
||||
priority=300,
|
||||
target='postgres_website',
|
||||
icon='fa fa-external-link',
|
||||
icon='fa fa-external-link-alt',
|
||||
url='https://www.postgresql.org/')]}
|
||||
|
||||
def register_preferences(self):
|
||||
|
||||
Reference in New Issue
Block a user