diff --git a/src/i18n/langs/cn.json b/src/i18n/langs/cn.json index 9edbaae4e..7d002811f 100644 --- a/src/i18n/langs/cn.json +++ b/src/i18n/langs/cn.json @@ -31,6 +31,7 @@ "assets": { "PasswordWithoutSpecialCharHelpText": "不能包含特殊字符", "GatewayProtocolHelpText": "SSH网关,支持代理SSH,RDP和VNC", + "RemoteAppListHelpMessage": "使用此功能前,请确保已将应用加载器上传到应用服务器并成功发布为一个 RemoteApp 应用 下载应用加载器", "FullName": "全称", "Key": "键", "NodeInformation": "节点信息", diff --git a/src/i18n/langs/en.json b/src/i18n/langs/en.json index f6b919efb..8d9fe78ad 100644 --- a/src/i18n/langs/en.json +++ b/src/i18n/langs/en.json @@ -29,6 +29,7 @@ "": "" }, "assets": { + "RemoteAppListHelpMessage": "Before using this feature, make sure that the application loader has been uploaded to the application server and successfully published as a RemoteApp application Download application loader", "PasswordWithoutSpecialCharHelpText": "Password can't has special chars ", "GatewayProtocolHelpText": "SSH protocol gateway, support proxy SSH, RDP, VNC", "FullName": "Full name", diff --git a/src/layout/components/Page/index.vue b/src/layout/components/Page/index.vue index fba1602d4..120229ae2 100644 --- a/src/layout/components/Page/index.vue +++ b/src/layout/components/Page/index.vue @@ -7,7 +7,7 @@ - {{ helpMessage }} + diff --git a/src/views/applications/RemoteApp/RemoteAppList.vue b/src/views/applications/RemoteApp/RemoteAppList.vue index 5b030fbd7..c0272765c 100644 --- a/src/views/applications/RemoteApp/RemoteAppList.vue +++ b/src/views/applications/RemoteApp/RemoteAppList.vue @@ -1,5 +1,5 @@