We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dfeb79 commit 7d3fb3bCopy full SHA for 7d3fb3b
ui/src/views/infra/zone/ZoneWizardPhysicalNetworkSetupStep.vue
@@ -414,7 +414,9 @@ export default {
414
if (this.hypervisor === 'VMware') {
415
delete this.physicalNetworks[idx].traffics[index].label
416
} else {
417
- this.physicalNetworks[idx].traffics[index].label = ''
+ if (!net.traffics[index].label) {
418
+ this.physicalNetworks[idx].traffics[index].label = ''
419
+ }
420
}
421
const traffic = net.traffics[index]
422
if (traffic.type === 'storage') {
0 commit comments