mirror of https://github.com/apache/cloudstack.git
Update ui/src/views/compute/wizard/VnfNicsSelection.vue
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
d64089d113
commit
3337808ab9
|
|
@ -50,7 +50,7 @@
|
|||
<template #network="{ record }">
|
||||
<a-form-item style="display: block" :name="'nic-' + record.deviceid">
|
||||
<a-select
|
||||
disabled="templateNics || templateNics.length === 0"
|
||||
disabled="templateNics && templateNics.length > 0"
|
||||
@change="updateNicNetworkValue($event, record.deviceid)"
|
||||
optionFilterProp="label"
|
||||
:filterOption="(input, option) => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue