Skip to content

Commit ccdbdc5

Browse files
weizhouapachedhslove
authored andcommitted
UI: remove duplicated Instance Name in Public IP details page (apache#10087)
1 parent df11882 commit ccdbdc5

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
@@ -769,7 +769,7 @@ export default {
769769
fields.push(...['domain', 'zonename'])
770770
return fields
771771
},
772-
details: ['ipaddress', 'id', 'associatednetworkname', 'virtualmachinename', 'networkid', 'issourcenat', 'isstaticnat', 'virtualmachinename', 'vmipaddress', 'vlan', 'allocated', 'account', 'domain', 'zonename'],
772+
details: ['ipaddress', 'id', 'associatednetworkname', 'networkid', 'issourcenat', 'isstaticnat', 'virtualmachinename', 'vmipaddress', 'vlan', 'allocated', 'account', 'domain', 'zonename'],
773773
filters: ['allocated', 'reserved', 'free'],
774774
component: shallowRef(() => import('@/views/network/PublicIpResource.vue')),
775775
tabs: [{

0 commit comments

Comments
 (0)