Merge pull request #2979 from jumpserver/pr@dev@perf_asset_helptext

perf: 添加asset helptext
This commit is contained in:
feng626
2023-04-03 16:28:44 +08:00
committed by GitHub
4 changed files with 6 additions and 0 deletions

View File

@@ -204,6 +204,7 @@
"NoSQLProtocol": "NoSQL Protocol"
},
"assets": {
"CommentHelpText": "Note: Note information will be hovered and displayed in the user authorization asset tree of Luna page, which can be viewed by ordinary users. Please do not fill in sensitive information.",
"BulkUpdatePlatformHelpText": "Modify only assets of the same type",
"ImportMessage": "Please go to the page of mapping type to import data",
"PushAccount": "Push account",

View File

@@ -204,6 +204,7 @@
"NoSQLProtocol": "非リレーショナルデータベース"
},
"assets": {
"CommentHelpText": "注意コメント情報はLunaページのユーザー認可資産ツリーに表示されます。一般ユーザーは表示できますので、機密情報を記入しないでください。",
"BulkUpdatePlatformHelpText": "同じタイプの資産のみ変更",
"ImportMessage": "ミラータイプのページにデータをインポートしてください",
"PushAccount": "アカウント情報をプッシュ",

View File

@@ -205,6 +205,7 @@
"NoSQLProtocol": "非关系数据库"
},
"assets": {
"CommentHelpText": "注意:备注信息会在 Luna 页面的用户授权资产树中进行悬停显示,普通用户可以查看,请不要填写敏感信息。",
"BulkUpdatePlatformHelpText": "只修改相同类型的资产",
"ImportMessage": "请前往对应类型的页面导入数据",
"PushAccount": "推送账号",

View File

@@ -132,6 +132,9 @@ export const assetFieldsMeta = (vm) => {
},
url: {
label: 'url'
},
comment: {
helpText: i18n.t('assets.CommentHelpText')
}
}
}