From 1c0e477823715ec0269dc085cd924a9dfdc8cd78 Mon Sep 17 00:00:00 2001 From: Dave Page Date: Fri, 15 Apr 2016 11:17:16 +0100 Subject: [PATCH] Icon for the grant wizard. --- .../grant_wizard/templates/grant_wizard/js/grant_wizard.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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);