Skip to content

Commit e689c02

Browse files
Pearl1594Pearl Dsilva
andauthored
UI: Allow selecting network for VNF nics if template is a non deploy-as-is template (#13423)
* Allow selecting network for VNF nics if template nics > 0 and is a non-deploy as is template * delpoy as is param not required --------- Co-authored-by: Pearl Dsilva <pearl1954@gmail.com>
1 parent 8e933b7 commit e689c02

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

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

0 commit comments

Comments
 (0)