diff --git a/web/pgadmin/tools/grant_wizard/templates/grant_wizard/js/grant_wizard.js b/web/pgadmin/tools/grant_wizard/templates/grant_wizard/js/grant_wizard.js index 2acb162b5..7340ec53d 100644 --- a/web/pgadmin/tools/grant_wizard/templates/grant_wizard/js/grant_wizard.js +++ b/web/pgadmin/tools/grant_wizard/templates/grant_wizard/js/grant_wizard.js @@ -164,7 +164,7 @@ define([ name: 'grant_wizard_schema', module: this, applies: ['tools'], callback: 'start_grant_wizard', priority: 10, label: '{{_("Grant Wizard...") }}', - icon: 'wcTabIcon', enable: menu_enabled + icon: 'fa fa-unlock-alt', enable: menu_enabled }]; // Add supported menus into the menus list @@ -174,7 +174,7 @@ define([ node: supported_nodes[idx], module: this, applies: ['context'], callback: 'start_grant_wizard', priority: 10, label: '{{_("Grant Wizard...") }}', - icon: 'wcTabIcon', enable: menu_enabled + icon: 'fa fa-unlock-alt', enable: menu_enabled }); } pgAdmin.Browser.add_menus(menus);