mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-15 14:24:39 +00:00
fix(sessions_cmd_storage): 优化创建命令存储的提示文案
This commit is contained in:
@@ -555,7 +555,11 @@
|
||||
},
|
||||
"Monitor": "监控",
|
||||
"sessionMonitor": "监控",
|
||||
"TerminateTaskSendSuccessMsg": "终断任务已下发,请稍后刷新查看"
|
||||
"TerminateTaskSendSuccessMsg": "终断任务已下发,请稍后刷新查看",
|
||||
"helpText": {
|
||||
"esUrl": "提示:不需要写 http/https(例如:jumpserver.abc.com:9200)",
|
||||
"esIndex": "提示:填写es服务器上已经创建好的索引"
|
||||
}
|
||||
},
|
||||
"setting": {
|
||||
"ApiKeyList": "API Key 列表",
|
||||
|
||||
@@ -554,7 +554,11 @@
|
||||
},
|
||||
"Monitor": "Monitor",
|
||||
"sessionMonitor": "Session Monitor",
|
||||
"TerminateTaskSendSuccessMsg": "Terminate task has been send, Please check later"
|
||||
"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)",
|
||||
"esIndex":"Tip: Fill in the index that has been created on the ES server"
|
||||
}
|
||||
},
|
||||
"setting": {
|
||||
"ApiKeyList": "Api key list",
|
||||
|
||||
@@ -51,13 +51,15 @@ export default {
|
||||
label: this.$t('sessions.hosts'),
|
||||
rules: [
|
||||
{ required: true, message: this.$t('common.fieldRequiredError') }
|
||||
]
|
||||
],
|
||||
helpText: this.$t('sessions.helpText.esUrl')
|
||||
},
|
||||
index: {
|
||||
label: this.$t('sessions.index'),
|
||||
rules: [
|
||||
{ required: true, message: this.$t('common.fieldRequiredError') }
|
||||
]
|
||||
],
|
||||
helpText: this.$t('sessions.helpText.esIndex')
|
||||
},
|
||||
doc_type: {
|
||||
label: this.$t('sessions.docType'),
|
||||
|
||||
Reference in New Issue
Block a user