fix(sessions_cmd_storage): 优化创建命令存储的提示文案

This commit is contained in:
jym503558564
2020-07-23 16:34:35 +08:00
committed by Orange
parent 3fb32ad81c
commit 92f08605df
2 changed files with 2 additions and 2 deletions

View File

@@ -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服务器上已经创建好的索引"
}
},

View File

@@ -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"
}
},