mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-20 18:49:19 +00:00
Merge pull request #2979 from jumpserver/pr@dev@perf_asset_helptext
perf: 添加asset helptext
This commit is contained in:
@@ -204,6 +204,7 @@
|
|||||||
"NoSQLProtocol": "NoSQL Protocol"
|
"NoSQLProtocol": "NoSQL Protocol"
|
||||||
},
|
},
|
||||||
"assets": {
|
"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",
|
"BulkUpdatePlatformHelpText": "Modify only assets of the same type",
|
||||||
"ImportMessage": "Please go to the page of mapping type to import data",
|
"ImportMessage": "Please go to the page of mapping type to import data",
|
||||||
"PushAccount": "Push account",
|
"PushAccount": "Push account",
|
||||||
|
@@ -204,6 +204,7 @@
|
|||||||
"NoSQLProtocol": "非リレーショナルデータベース"
|
"NoSQLProtocol": "非リレーショナルデータベース"
|
||||||
},
|
},
|
||||||
"assets": {
|
"assets": {
|
||||||
|
"CommentHelpText": "注意:コメント情報はLunaページのユーザー認可資産ツリーに表示されます。一般ユーザーは表示できますので、機密情報を記入しないでください。",
|
||||||
"BulkUpdatePlatformHelpText": "同じタイプの資産のみ変更",
|
"BulkUpdatePlatformHelpText": "同じタイプの資産のみ変更",
|
||||||
"ImportMessage": "ミラータイプのページにデータをインポートしてください",
|
"ImportMessage": "ミラータイプのページにデータをインポートしてください",
|
||||||
"PushAccount": "アカウント情報をプッシュ",
|
"PushAccount": "アカウント情報をプッシュ",
|
||||||
|
@@ -205,6 +205,7 @@
|
|||||||
"NoSQLProtocol": "非关系数据库"
|
"NoSQLProtocol": "非关系数据库"
|
||||||
},
|
},
|
||||||
"assets": {
|
"assets": {
|
||||||
|
"CommentHelpText": "注意:备注信息会在 Luna 页面的用户授权资产树中进行悬停显示,普通用户可以查看,请不要填写敏感信息。",
|
||||||
"BulkUpdatePlatformHelpText": "只修改相同类型的资产",
|
"BulkUpdatePlatformHelpText": "只修改相同类型的资产",
|
||||||
"ImportMessage": "请前往对应类型的页面导入数据",
|
"ImportMessage": "请前往对应类型的页面导入数据",
|
||||||
"PushAccount": "推送账号",
|
"PushAccount": "推送账号",
|
||||||
|
@@ -132,6 +132,9 @@ export const assetFieldsMeta = (vm) => {
|
|||||||
},
|
},
|
||||||
url: {
|
url: {
|
||||||
label: 'url'
|
label: 'url'
|
||||||
|
},
|
||||||
|
comment: {
|
||||||
|
helpText: i18n.t('assets.CommentHelpText')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user