From 1868802a044de58a0dfa828cde7f6440c5e2b7bb Mon Sep 17 00:00:00 2001 From: "Frank.Qiu" Date: Wed, 16 Dec 2020 19:00:01 +0800 Subject: [PATCH] =?UTF-8?q?DEC-16452=20fix:=20S3=E6=8F=92=E4=BB=B6-?= =?UTF-8?q?=E4=B8=8B=E6=8B=89=E6=A1=86=E6=8F=92=E4=BB=B6=E5=90=8D=E7=A7=B0?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E7=A9=BA=E7=99=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/com/fanruan/fs/s3/repository/web/js/bundle.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 90e1c94..247e4a2 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 @@ -2,7 +2,7 @@ BI.config("dec.constant.intelligence.cluster.file.server", function (items) { items.push({ value: "S3", // 地址栏显示的hash值 id: "decision-intelligence-cluster-file-s3", // id - text: BI.i18nText(""), // 文字 + text: "S3", // 文字 cardType: "dec.intelligence.cluster.file.s3" }); return items;