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
@@ -173,7 +173,7 @@ define([
|
||||
callback: 'start_grant_wizard',
|
||||
priority: 14,
|
||||
label: gettext('Grant Wizard...'),
|
||||
icon: 'fa fa-unlock-alt',
|
||||
icon: 'fa fa-unlock',
|
||||
enable: supportedNodes.enabled.bind(
|
||||
null, pgBrowser.treeMenu, menuUtils.supportedNodes
|
||||
),
|
||||
@@ -189,7 +189,7 @@ define([
|
||||
callback: 'start_grant_wizard',
|
||||
priority: 14,
|
||||
label: gettext('Grant Wizard...'),
|
||||
icon: 'fa fa-unlock-alt',
|
||||
icon: 'fa fa-unlock',
|
||||
enable: supportedNodes.enabled.bind(
|
||||
null, pgBrowser.treeMenu, menuUtils.supportedNodes
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user