Skip to content

Commit 0b25837

Browse files
UI: Fix VNF NIC mapping network select always disabled
Remove incorrect disabled attribute from VnfNicsSelection.vue. The attribute was a plain string instead of Vue binding, causing the select to always be disabled regardless of state.
1 parent be51948 commit 0b25837

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

ui/src/views/compute/wizard/VnfNicsSelection.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@
5050
<template #network="{ record }">
5151
<a-form-item style="display: block" :name="'nic-' + record.deviceid">
5252
<a-select
53-
disabled="templateNics && templateNics.length > 0"
5453
@change="updateNicNetworkValue($event, record.deviceid)"
5554
optionFilterProp="label"
5655
:filterOption="(input, option) => {

0 commit comments

Comments
 (0)