mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Icon for the grant wizard.
This commit is contained in:
parent
cf80db66a6
commit
1c0e477823
@ -164,7 +164,7 @@ define([
|
|||||||
name: 'grant_wizard_schema', module: this,
|
name: 'grant_wizard_schema', module: this,
|
||||||
applies: ['tools'], callback: 'start_grant_wizard',
|
applies: ['tools'], callback: 'start_grant_wizard',
|
||||||
priority: 10, label: '{{_("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
|
// Add supported menus into the menus list
|
||||||
@ -174,7 +174,7 @@ define([
|
|||||||
node: supported_nodes[idx], module: this,
|
node: supported_nodes[idx], module: this,
|
||||||
applies: ['context'], callback: 'start_grant_wizard',
|
applies: ['context'], callback: 'start_grant_wizard',
|
||||||
priority: 10, label: '{{_("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);
|
pgAdmin.Browser.add_menus(menus);
|
||||||
|
Loading…
Reference in New Issue
Block a user