From 552b91619f0f33ae11cae6afa38312a05a3300dc Mon Sep 17 00:00:00 2001 From: dushixiang Date: Mon, 8 Feb 2021 16:58:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7guacamole=E5=88=B01.3.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- pkg/guacd/guacd.go | 2 +- web/src/components/asset/AssetModal.js | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index 25a8ff3..f19d020 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.ustc.edu.cn/g' /etc/apk/repositorie RUN apk add gcc g++ RUN go env && CGO_ENABLED=1 GOOS=linux GOARCH=amd64 go build -a -ldflags '-linkmode external -extldflags "-static"' -o next-terminal main.go -FROM guacamole/guacd:1.2.0 +FROM guacamole/guacd:1.3.0 LABEL MAINTAINER="helloworld1024@foxmail.com" diff --git a/pkg/guacd/guacd.go b/pkg/guacd/guacd.go index 5e57de5..ef785b3 100644 --- a/pkg/guacd/guacd.go +++ b/pkg/guacd/guacd.go @@ -34,7 +34,7 @@ const ( ) const Delimiter = ';' -const Version = "VERSION_1_2_0" +const Version = "VERSION_1_3_0" type Configuration struct { ConnectionID string diff --git a/web/src/components/asset/AssetModal.js b/web/src/components/asset/AssetModal.js index 44efb0a..920ae9c 100644 --- a/web/src/components/asset/AssetModal.js +++ b/web/src/components/asset/AssetModal.js @@ -120,11 +120,11 @@ const AssetModal = function ({title, visible, handleOk, handleCancel, confirmLoa - + - - + + @@ -136,7 +136,7 @@ const AssetModal = function ({title, visible, handleOk, handleCancel, confirmLoa - +