mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-13 11:24:17 +00:00
feat: 云管中心增加同步实例列表ip字段
This commit is contained in:
@@ -1314,6 +1314,7 @@
|
||||
"officialWebsiteTip": "可以更改网站导航栏 帮助 -> 官网 的网址",
|
||||
"Admin": "管理员",
|
||||
"Asset": "资产",
|
||||
"ip": "IP",
|
||||
"Database": "数据库",
|
||||
"AssetCount": "资产数量",
|
||||
"Auditor": "审计员",
|
||||
|
||||
@@ -1267,6 +1267,7 @@
|
||||
"officialWebsiteTip": "You can change the URL of the site navigation bar help -> Website",
|
||||
"Admin": "Admin",
|
||||
"Asset": "Asset",
|
||||
"ip": "IP",
|
||||
"Database": "Database",
|
||||
"AssetCount": "Asset count",
|
||||
"Auditor": "Auditor",
|
||||
|
||||
@@ -44,6 +44,10 @@ export default {
|
||||
prop: 'asset_display',
|
||||
label: this.$t('xpack.Asset')
|
||||
},
|
||||
{
|
||||
prop: 'asset_ip',
|
||||
label: this.$t('xpack.ip')
|
||||
},
|
||||
'region',
|
||||
{
|
||||
prop: 'status_display',
|
||||
|
||||
Reference in New Issue
Block a user