Unverified Commit e58c274f authored by Caleb St. John's avatar Caleb St. John Committed by GitHub
Browse files

fix MINI 3.0 X version 1.0 enclosure mapping (#11283)

Showing with 4 additions and 4 deletions
+4 -4
......@@ -31,13 +31,13 @@ MAPPINGS = [
]),
ProductMapping(re.compile(r"(TRUE|FREE)NAS-MINI-3.0-X$"), [
VersionMapping(re.compile(r"1\.0"), [
MappingSlot(1, 1, False),
MappingSlot(1, 2, False),
MappingSlot(1, 3, False),
MappingSlot(1, 4, False),
MappingSlot(0, 1, False),
MappingSlot(0, 2, False),
MappingSlot(0, 3, False),
MappingSlot(0, 4, False),
MappingSlot(1, 1, False),
MappingSlot(1, 2, False),
MappingSlot(1, 4, False),
]),
]),
ProductMapping(re.compile(r"(TRUE|FREE)NAS-MINI-3.0-X$"), [
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment