diff --git a/apps/desktop/src/components/connection/ConnectionDialog.vue b/apps/desktop/src/components/connection/ConnectionDialog.vue index bb9fba16d..c0ab86a8b 100644 --- a/apps/desktop/src/components/connection/ConnectionDialog.vue +++ b/apps/desktop/src/components/connection/ConnectionDialog.vue @@ -298,6 +298,7 @@ const defaultForm = (): ConnectionForm => ({ informix_server: "", external_config: undefined, init_script: undefined, + docs_notes_path: undefined, read_only: false, show_system_schemas: false, is_production: false, @@ -2273,6 +2274,7 @@ watch( external_config: config.external_config, attached_databases: config.attached_databases || [], init_script: config.init_script, + docs_notes_path: config.docs_notes_path, read_only: config.read_only || false, show_system_schemas: config.show_system_schemas || false, is_production: config.is_production || false, @@ -7337,6 +7339,17 @@ function openExternalUrl(url: string) { {{ t("connection.showSystemSchemasHint") }} + +
+ +
+ +

+ {{ t("connection.docsNotesPathHint") }} +

+
+