Skip to content

Commit 38c7c6e

Browse files
UI: remove duplicated Instance Name in Public IP details page (#10087)
1 parent f9b1767 commit 38c7c6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/config/section/network.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -758,7 +758,7 @@ export default {
758758
fields.push(...['domain', 'zonename'])
759759
return fields
760760
},
761-
details: ['ipaddress', 'id', 'associatednetworkname', 'virtualmachinename', 'networkid', 'issourcenat', 'isstaticnat', 'virtualmachinename', 'vmipaddress', 'vlan', 'allocated', 'account', 'domain', 'zonename'],
761+
details: ['ipaddress', 'id', 'associatednetworkname', 'networkid', 'issourcenat', 'isstaticnat', 'virtualmachinename', 'vmipaddress', 'vlan', 'allocated', 'account', 'domain', 'zonename'],
762762
filters: ['allocated', 'reserved', 'free'],
763763
component: shallowRef(() => import('@/views/network/PublicIpResource.vue')),
764764
tabs: [{

0 commit comments

Comments
 (0)