We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d996fb commit 9fd28b5Copy full SHA for 9fd28b5
1 file changed
ui/src/views/infra/zone/ZoneWizardPhysicalNetworkSetupStep.vue
@@ -413,10 +413,8 @@ export default {
413
for (const index in net.traffics) {
414
if (this.hypervisor === 'VMware') {
415
delete this.physicalNetworks[idx].traffics[index].label
416
- } else {
417
- if (!net.traffics[index].label) {
418
- this.physicalNetworks[idx].traffics[index].label = ''
419
- }
+ } else if (!net.traffics[index].label) {
+ this.physicalNetworks[idx].traffics[index].label = ''
420
}
421
const traffic = net.traffics[index]
422
if (traffic.type === 'storage') {
0 commit comments