mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
UI: remove duplicated Instance Name in Public IP details page (#10087)
This commit is contained in:
parent
f9b176744e
commit
38c7c6e986
@ -758,7 +758,7 @@ export default {
|
|||||||
fields.push(...['domain', 'zonename'])
|
fields.push(...['domain', 'zonename'])
|
||||||
return fields
|
return fields
|
||||||
},
|
},
|
||||||
details: ['ipaddress', 'id', 'associatednetworkname', 'virtualmachinename', 'networkid', 'issourcenat', 'isstaticnat', 'virtualmachinename', 'vmipaddress', 'vlan', 'allocated', 'account', 'domain', 'zonename'],
|
details: ['ipaddress', 'id', 'associatednetworkname', 'networkid', 'issourcenat', 'isstaticnat', 'virtualmachinename', 'vmipaddress', 'vlan', 'allocated', 'account', 'domain', 'zonename'],
|
||||||
filters: ['allocated', 'reserved', 'free'],
|
filters: ['allocated', 'reserved', 'free'],
|
||||||
component: shallowRef(() => import('@/views/network/PublicIpResource.vue')),
|
component: shallowRef(() => import('@/views/network/PublicIpResource.vue')),
|
||||||
tabs: [{
|
tabs: [{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user