feat: 云管中心增加同步实例列表ip字段

This commit is contained in:
halo
2022-03-08 21:07:31 +08:00
committed by 老广
parent 969f0867a0
commit 574fe8b868
3 changed files with 6 additions and 0 deletions

View File

@@ -1314,6 +1314,7 @@
"officialWebsiteTip": "可以更改网站导航栏 帮助 -> 官网 的网址",
"Admin": "管理员",
"Asset": "资产",
"ip": "IP",
"Database": "数据库",
"AssetCount": "资产数量",
"Auditor": "审计员",

View File

@@ -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",

View File

@@ -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',