Gia-Bursulaia opened a new pull request, #13359:
URL: https://github.com/apache/cloudstack/pull/13359

   ### Description
   Fixes VNF NIC mapping network select dropdown which was permanently disabled 
in the UI.
   
   **Root cause:**
   In `ui/src/views/compute/wizard/VnfNicsSelection.vue` the `disabled` 
attribute
   was written as a plain HTML string instead of a Vue reactive binding 
(missing `:` prefix).
   In Vue/Ant Design, any non-empty string is treated as truthy, making the 
select
   always disabled regardless of state.
   
   **Steps to reproduce:**
   1. Create an Isolated network (WAN) and L2 network (LAN)
   2. Go to Network → VNF Appliances → Add VNF Appliance
   3. Select a VNF template with NIC definitions
   4. Add networks on the Networks step
   5. Proceed to VNF NIC Mappings step — all dropdowns are disabled
   
   **Expected:** Network dropdowns are enabled and selectable
   **Actual:** All dropdowns permanently disabled, VNF cannot be deployed via UI
   
   **Tested on:** CloudStack 4.22.1.0, KVM hypervisor
   
   ### Types of changes
   - [x] Bug fix (non-breaking change which fixes an issue)
   
   ### Feature/Enhancement Scale or Bug Severity
   - [x] Minor


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to