diff --git a/pkg/harvester/edit/loadbalancer.harvesterhci.io.ippool/Range.vue b/pkg/harvester/edit/loadbalancer.harvesterhci.io.ippool/Range.vue index b77e79ab..b77d88c8 100644 --- a/pkg/harvester/edit/loadbalancer.harvesterhci.io.ippool/Range.vue +++ b/pkg/harvester/edit/loadbalancer.harvesterhci.io.ippool/Range.vue @@ -29,7 +29,7 @@ export default { const rows = (this.value || []).map((row) => { let type = 'cidr'; - if (row.rangeStart && row.rangeEnd) { + if (row.rangeStart || row.rangeEnd) { type = 'range'; }