mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Link online help to dialogs
This commit is contained in:
@@ -18,6 +18,7 @@ define(
|
||||
pgAdmin.Browser.Nodes['resource_group'] = pgAdmin.Browser.Node.extend({
|
||||
parent_type: 'server',
|
||||
type: 'resource_group',
|
||||
dialogHelp: '{{ url_for('help.static', filename='create_resource_group.html') }}',
|
||||
label: '{{ _('Resource Group') }}',
|
||||
hasSQL: true,
|
||||
canDrop: true,
|
||||
|
||||
Reference in New Issue
Block a user