This is an automated email from the ASF dual-hosted git repository.
dahn pushed a commit to branch 4.19
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
The following commit(s) were added to refs/heads/4.19 by this push:
new 38c7c6e9865 UI: remove duplicated Instance Name in Public IP details
page (#10087)
38c7c6e9865 is described below
commit 38c7c6e9865de05ca73dab933a6f411da2c0dae7
Author: Wei Zhou <[email protected]>
AuthorDate: Thu Dec 12 09:42:44 2024 +0100
UI: remove duplicated Instance Name in Public IP details page (#10087)
---
ui/src/config/section/network.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ui/src/config/section/network.js b/ui/src/config/section/network.js
index fd1b15557af..5a3221810be 100644
--- a/ui/src/config/section/network.js
+++ b/ui/src/config/section/network.js
@@ -758,7 +758,7 @@ export default {
fields.push(...['domain', 'zonename'])
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'],
component: shallowRef(() =>
import('@/views/network/PublicIpResource.vue')),
tabs: [{