From d3ac9e5349b9c54f7fc0da0acddc1539c61749ef Mon Sep 17 00:00:00 2001 From: Philip Carneiro Date: Tue, 13 Aug 2024 12:26:08 +0100 Subject: [PATCH 1/2] fix bug found in edit connection --- src/webview/components/kdbNewConnectionView.ts | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/webview/components/kdbNewConnectionView.ts b/src/webview/components/kdbNewConnectionView.ts index 646eb393..b35247da 100644 --- a/src/webview/components/kdbNewConnectionView.ts +++ b/src/webview/components/kdbNewConnectionView.ts @@ -696,13 +696,17 @@ export class KdbNewConnectionView extends LitElement { return html`
-
${this.renderServerName(ServerType.KDB)}
+
+ ${this.renderServerName(ServerType.KDB, true)} +
-
${this.renderConnAddress(ServerType.KDB)}
+
+ ${this.renderConnAddress(ServerType.KDB, true)} +
-
${this.renderPortNumber()}
+
${this.renderPortNumber(true)}
`; From 639c0ca5da4835b23cbb8f4c5159754477f5d0ef Mon Sep 17 00:00:00 2001 From: Philip Carneiro Date: Tue, 13 Aug 2024 12:26:29 +0100 Subject: [PATCH 2/2] add axios bug to snyk while we are working to solve it --- .snyk | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.snyk b/.snyk index e69de29b..258324ce 100644 --- a/.snyk +++ b/.snyk @@ -0,0 +1,6 @@ +version: v1.7.0 +ignore: + "SNYK-JS-AXIOS-7361793": + - "*": + reason: "There is no fix until the moment" + expires: "2050-01-01T00:00:00.000Z"