This is an automated email from the ASF dual-hosted git repository.
weizhouapache pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
The following commit(s) were added to refs/heads/main by this push:
new dd3427d9140 UI: fix cannot update physical network (#13810)
dd3427d9140 is described below
commit dd3427d91401f820ba5746403696a6146ab42328
Author: Wei Zhou <[email protected]>
AuthorDate: Thu Aug 6 22:12:00 2026 +0200
UI: fix cannot update physical network (#13810)
---
ui/src/config/section/infra/phynetworks.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ui/src/config/section/infra/phynetworks.js
b/ui/src/config/section/infra/phynetworks.js
index 9b7a0a83f7f..0863eff6ec0 100644
--- a/ui/src/config/section/infra/phynetworks.js
+++ b/ui/src/config/section/infra/phynetworks.js
@@ -94,7 +94,7 @@ export default {
icon: 'edit-outlined',
label: 'label.update.physical.network',
dataView: true,
- args: ['vlan', 'tags', 'externaldetails']
+ args: ['vlan', 'tags']
},
{
api: 'addTrafficType',