mirror of
https://github.com/harvester/harvester-ui-extension.git
synced 2025-12-13 13:11:43 +00:00
(cherry picked from commit cbfcf4dbae6f8c326d893ce9e6808386f4f60228) Signed-off-by: Yi-Ya Chen <yiya.chen@suse.com> Co-authored-by: Yiya Chen <yiya.chen@suse.com>
This commit is contained in:
parent
ae2a2f6d28
commit
d11a045aed
@ -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';
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user