From d05d7bbcc2007c5fbae43e785867e8dac0458fce Mon Sep 17 00:00:00 2001
From: ssongliu <73214554+ssongliu@users.noreply.github.com>
Date: Thu, 28 Dec 2023 17:41:39 +0800
Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0=20PostgreSQL=20?=
=?UTF-8?q?=E4=BE=9D=E8=B5=96=20(#3474)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../views/database/postgresql/conn/index.vue | 2 +-
.../database/postgresql/remote/index.vue | 2 +-
.../postgresql/remote/operate/index.vue | 1 -
go.mod | 3 +-
go.sum | 33 ++-----------------
5 files changed, 6 insertions(+), 35 deletions(-)
diff --git a/frontend/src/views/database/postgresql/conn/index.vue b/frontend/src/views/database/postgresql/conn/index.vue
index 17800968e..4082aea30 100644
--- a/frontend/src/views/database/postgresql/conn/index.vue
+++ b/frontend/src/views/database/postgresql/conn/index.vue
@@ -10,7 +10,7 @@
{{ form.serviceName + form.port }}
-
+
{{ $t('database.containerConnHelper') }}
diff --git a/frontend/src/views/database/postgresql/remote/index.vue b/frontend/src/views/database/postgresql/remote/index.vue
index 40459aa0e..d441bfe56 100644
--- a/frontend/src/views/database/postgresql/remote/index.vue
+++ b/frontend/src/views/database/postgresql/remote/index.vue
@@ -141,7 +141,7 @@ const onOpenDialog = async (
version: '16.x',
address: '',
port: 5432,
- username: 'postgres',
+ username: '',
password: '',
description: '',
},
diff --git a/frontend/src/views/database/postgresql/remote/operate/index.vue b/frontend/src/views/database/postgresql/remote/operate/index.vue
index 4e41bc5c9..58029cca0 100644
--- a/frontend/src/views/database/postgresql/remote/operate/index.vue
+++ b/frontend/src/views/database/postgresql/remote/operate/index.vue
@@ -34,7 +34,6 @@
- {{ $t('database.userHelper') }}