From 02f41ba45d9e799a9a45b708a21750aaf8269754 Mon Sep 17 00:00:00 2001
From: ssongliu <73214554+ssongliu@users.noreply.github.com>
Date: Thu, 7 Dec 2023 10:18:07 +0800
Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BC=98=E5=8C=96=E4=B8=BB=E6=9C=BA?=
=?UTF-8?q?=E6=B5=8B=E8=AF=95=E8=BF=9E=E6=8E=A5=E9=80=BB=E8=BE=91=20(#3211?=
=?UTF-8?q?)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
backend/server/server.go | 1 +
.../host/terminal/host/operate/index.vue | 34 ++++++++++--------
.../host/terminal/terminal/host-create.vue | 36 ++++++++++---------
3 files changed, 40 insertions(+), 31 deletions(-)
diff --git a/backend/server/server.go b/backend/server/server.go
index 0fa3451a8..7b5c079b0 100644
--- a/backend/server/server.go
+++ b/backend/server/server.go
@@ -86,6 +86,7 @@ func Start() {
panic(err)
}
} else {
+ global.LOG.Infof("listen at http://%s:%s [%s]", global.CONF.System.BindAddress, global.CONF.System.Port, tcpItem)
if err := server.Serve(tcpKeepAliveListener{ln.(*net.TCPListener)}); err != nil {
panic(err)
}
diff --git a/frontend/src/views/host/terminal/host/operate/index.vue b/frontend/src/views/host/terminal/host/operate/index.vue
index e152656c4..61179d50d 100644
--- a/frontend/src/views/host/terminal/host/operate/index.vue
+++ b/frontend/src/views/host/terminal/host/operate/index.vue
@@ -11,13 +11,13 @@
{{ dialogData.rowData!.addr }}
-
+
-
+
-
+
{{ $t('terminal.passwordMode') }}
{{ $t('terminal.keyMode') }}
@@ -27,14 +27,25 @@
v-if="dialogData.rowData!.authMode === 'password'"
prop="password"
>
-
+
-
+
-
+
@@ -89,7 +101,7 @@