From 8bd8249a2cea56a70815379c3abfe2508d5a66c5 Mon Sep 17 00:00:00 2001 From: richie Date: Mon, 6 Jul 2020 12:41:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=B8=80=E4=B8=AA=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugin.xml | 3 ++- .../resources/com/fanruan/fs/s3/repository/web/js/bundle.js | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/plugin.xml b/plugin.xml index ea9f893..b4ae057 100644 --- a/plugin.xml +++ b/plugin.xml @@ -5,12 +5,13 @@ com.fanruan.fs yes no - 1.1.3 + 1.1.4 10.0 2020-01-27 richie [2020-07-01]修复目录多了一个reportlets的问题。
[2020-06-30]修复定时调度无法使用的问题。
[2020-06-15]支持区域设置。
diff --git a/src/main/resources/com/fanruan/fs/s3/repository/web/js/bundle.js b/src/main/resources/com/fanruan/fs/s3/repository/web/js/bundle.js index a05c533..90e1c94 100644 --- a/src/main/resources/com/fanruan/fs/s3/repository/web/js/bundle.js +++ b/src/main/resources/com/fanruan/fs/s3/repository/web/js/bundle.js @@ -54,7 +54,7 @@ BI.config("dec.constant.intelligence.cluster.file.server", function (items) { editorWidth: EDITOR_WIDTH, watermark: BI.i18nText("Plugin-S3_Input"), text: BI.i18nText("Plugin-S3_Region"), - value: this.model.endPoint, + value: this.model.region, ref: function (_ref) { self.regionRow = _ref; },