mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Additional docs from Susan.
This commit is contained in:
@@ -52,6 +52,7 @@ function($, _, S, pgAdmin, pgBrowser, alertify) {
|
||||
type: 'user_mapping',
|
||||
sqlAlterHelp: 'sql-alterusermapping.html',
|
||||
sqlCreateHelp: 'sql-createusermapping.html',
|
||||
dialogHelp: '{{ url_for('help.static', filename='user_mapping_dialog.html') }}',
|
||||
label: '{{ _('User Mapping') }}',
|
||||
hasSQL: true,
|
||||
hasDepends: true,
|
||||
|
||||
@@ -111,6 +111,7 @@ function($, _, S, pgAdmin, pgBrowser, alertify) {
|
||||
type: 'domain',
|
||||
sqlAlterHelp: 'sql-alterdomain.html',
|
||||
sqlCreateHelp: 'sql-createdomain.html',
|
||||
dialogHelp: '{{ url_for('help.static', filename='domain_dialog.html') }}',
|
||||
label: '{{ _('Domain') }}',
|
||||
collection_type: 'coll-domain',
|
||||
hasSQL: true,
|
||||
|
||||
@@ -413,6 +413,7 @@ function($, _, S, pgAdmin, pgBrowser, alertify) {
|
||||
type: 'fts_configuration',
|
||||
sqlAlterHelp: 'sql-altertsconfig.html',
|
||||
sqlCreateHelp: 'sql-createtsconfig.html',
|
||||
dialogHelp: '{{ url_for('help.static', filename='fts_configuration_dialog.html') }}',
|
||||
canDrop: true,
|
||||
canDropCascade: true,
|
||||
label: '{{ _('FTS Configuration') }}',
|
||||
|
||||
@@ -57,6 +57,7 @@ function($, _, S, pgAdmin, pgBrowser, alertify) {
|
||||
type: 'fts_dictionary',
|
||||
sqlAlterHelp: 'sql-altertsdictionary.html',
|
||||
sqlCreateHelp: 'sql-createtsdictionary.html',
|
||||
dialogHelp: '{{ url_for('help.static', filename='fts_dictionary_dialog.html') }}',
|
||||
canDrop: true,
|
||||
canDropCascade: true,
|
||||
label: '{{ _('FTS dictionary') }}',
|
||||
|
||||
@@ -279,6 +279,7 @@ function($, _, S, pgAdmin, pgBrowser, alertify, Backgrid) {
|
||||
type: 'type',
|
||||
sqlAlterHelp: 'sql-altertype.html',
|
||||
sqlCreateHelp: 'sql-createtype.html',
|
||||
dialogHelp: '{{ url_for('help.static', filename='type_dialog.html') }}',
|
||||
label: '{{ _('Type') }}',
|
||||
collection_type: 'coll-type',
|
||||
hasSQL: true,
|
||||
|
||||
@@ -38,6 +38,7 @@ function($, _, S, pgAdmin, alertify, pgBrowser, CodeMirror) {
|
||||
type: 'mview',
|
||||
sqlAlterHelp: 'sql-altermaterializedview.html',
|
||||
sqlCreateHelp: 'sql-creatematerializedview.html',
|
||||
dialogHelp: '{{ url_for('help.static', filename='materialized_view_dialog.html') }}',
|
||||
label: '{{ _("Materialized View") }}',
|
||||
hasSQL: true,
|
||||
hasDepends: true,
|
||||
|
||||
@@ -38,6 +38,7 @@ function($, _, S, pgAdmin, pgBrowser, CodeMirror) {
|
||||
type: 'view',
|
||||
sqlAlterHelp: 'sql-alterview.html',
|
||||
sqlCreateHelp: 'sql-createview.html',
|
||||
dialogHelp: '{{ url_for('help.static', filename='view_dialog.html') }}',
|
||||
label: '{{ _("View") }}',
|
||||
hasSQL: true,
|
||||
hasDepends: true,
|
||||
|
||||
Reference in New Issue
Block a user