mirror of
https://github.com/jumpserver/lina.git
synced 2025-08-02 07:27:01 +00:00
perf: 调整推送参数helpText
This commit is contained in:
parent
3d0b722409
commit
2340efedf5
@ -86,7 +86,7 @@
|
||||
"AccountPushExecutionList": "Execution list",
|
||||
"AccountPushCreate": "Account push create",
|
||||
"AccountPushUpdate": "Account push update",
|
||||
"AutoPushHelpText": "Please select an asset or node before setting it up",
|
||||
"AutoPushHelpText": "The push parameter settings are currently only effective for assets with a platform type of host.",
|
||||
"AccountPushList": "Account push list"
|
||||
},
|
||||
"AccountBackup": {
|
||||
|
@ -86,7 +86,7 @@
|
||||
"AccountPushExecutionList": "実行リスト",
|
||||
"AccountPushCreate": "アカウントのプッシュ作成",
|
||||
"AccountPushUpdate": "アカウントプッシュ更新",
|
||||
"AutoPushHelpText": "まず資産またはノードを選択して設定してください",
|
||||
"AutoPushHelpText": "Pushパラメータの設定は、プラットフォームの種類がホストである資産に対してのみ有効です。",
|
||||
"AccountPushList": "アカウントプッシュ"
|
||||
},
|
||||
"AccountBackup": {
|
||||
|
@ -21,7 +21,7 @@
|
||||
"AccountPushList": "账号推送",
|
||||
"AccountPushCreate": "账号推送创建",
|
||||
"AccountPushUpdate": "账号推送更新",
|
||||
"AutoPushHelpText": "请先选择资产或者节点再进行设置",
|
||||
"AutoPushHelpText": "推送参数设置,目前仅对平台种类为主机的资产生效。",
|
||||
"AccountPushExecutionList": "执行列表"
|
||||
},
|
||||
"AccountBackup": {
|
||||
|
@ -12,7 +12,7 @@
|
||||
v-if="visible"
|
||||
width="60%"
|
||||
:visible.sync="visible"
|
||||
:title="$tc('assets.AutoPush')"
|
||||
:title="title"
|
||||
:show-cancel="false"
|
||||
:show-confirm="false"
|
||||
:destroy-on-close="true"
|
||||
@ -43,6 +43,12 @@ export default {
|
||||
type: Object,
|
||||
default: () => ({})
|
||||
},
|
||||
title: {
|
||||
type: String,
|
||||
default: function() {
|
||||
return this.$t('assets.PushParams')
|
||||
}
|
||||
},
|
||||
assets: {
|
||||
type: Array,
|
||||
default: () => []
|
||||
|
@ -97,7 +97,7 @@ export default {
|
||||
},
|
||||
params: {
|
||||
component: AccountAutoPush,
|
||||
label: this.$t('assets.AutoPush'),
|
||||
label: this.$t('assets.PushParams'),
|
||||
el: {
|
||||
assets: this.asset_ids,
|
||||
nodes: this.node_ids
|
||||
|
Loading…
Reference in New Issue
Block a user