fix(rack-types): max_weight and mounting_depth are expected to be int (#3765)
This commit is contained in:
@@ -11,8 +11,8 @@ outer_width: 600
|
||||
outer_height: 1991
|
||||
outer_depth: 1070
|
||||
outer_unit: mm
|
||||
mounting_depth: 914.9
|
||||
mounting_depth: 914
|
||||
weight: 125.09
|
||||
max_weight: 1020.6
|
||||
max_weight: 1020
|
||||
weight_unit: kg
|
||||
desc_units: false
|
||||
|
||||
@@ -12,6 +12,6 @@ outer_depth: 1070
|
||||
outer_unit: mm
|
||||
mounting_depth: 710
|
||||
weight: 138.23
|
||||
max_weight: 1022.73
|
||||
max_weight: 1022
|
||||
weight_unit: kg
|
||||
desc_units: false
|
||||
|
||||
@@ -12,6 +12,6 @@ outer_depth: 1070
|
||||
outer_unit: mm
|
||||
mounting_depth: 710
|
||||
weight: 169.09
|
||||
max_weight: 1022.73
|
||||
max_weight: 1022
|
||||
weight_unit: kg
|
||||
desc_units: false
|
||||
|
||||
Reference in New Issue
Block a user