From 92f08605df4a612809c750979f13714ce4f667c6 Mon Sep 17 00:00:00 2001 From: jym503558564 <503558564@qq.com> Date: Thu, 23 Jul 2020 16:34:35 +0800 Subject: [PATCH] =?UTF-8?q?fix(sessions=5Fcmd=5Fstorage):=20=E4=BC=98?= =?UTF-8?q?=E5=8C=96=E5=88=9B=E5=BB=BA=E5=91=BD=E4=BB=A4=E5=AD=98=E5=82=A8?= =?UTF-8?q?=E7=9A=84=E6=8F=90=E7=A4=BA=E6=96=87=E6=A1=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/langs/cn.json | 2 +- src/i18n/langs/en.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/i18n/langs/cn.json b/src/i18n/langs/cn.json index 2eaf12c63..c4199f224 100644 --- a/src/i18n/langs/cn.json +++ b/src/i18n/langs/cn.json @@ -561,7 +561,7 @@ "sessionMonitor": "监控", "TerminateTaskSendSuccessMsg": "终断任务已下发,请稍后刷新查看", "helpText": { - "esUrl": "提示:不需要写 http/https(例如:jumpserver.abc.com:9200)", + "esUrl": "提示:如果有多台主机,请使用逗号 ( , ) 进行分割。(eg: http://www.jumpserver.a.com,http://www.jumpserver.b.com)", "esIndex": "提示:填写es服务器上已经创建好的索引" } }, diff --git a/src/i18n/langs/en.json b/src/i18n/langs/en.json index f197d5bc3..f4bf2e791 100644 --- a/src/i18n/langs/en.json +++ b/src/i18n/langs/en.json @@ -560,7 +560,7 @@ "sessionMonitor": "Session Monitor", "TerminateTaskSendSuccessMsg": "Terminate task has been send, Please check later", "helpText": { - "esUrl": "Tip: You don't need to write HTTP/HTTPS (for example, Jumpserver.abc.com :9200)", + "esUrl": "Tip: If you have multiple hosts, use comma (,) to split (eg: http://www.jumpserver.a.com,http://www.jumpserver.b.com)", "esIndex":"Tip: Fill in the index that has been created on the ES server" } },