Closes #191: Support for racks numbered top-to-bottom

This commit is contained in:
Jeremy Stretch
2016-10-28 11:30:40 -04:00
parent f8f5d6876b
commit 2db50dd4a7
10 changed files with 49 additions and 13 deletions

View File

@@ -49,6 +49,7 @@ class SiteTest(APITestCase):
'type',
'width',
'u_height',
'desc_units',
'comments',
'custom_fields',
]
@@ -129,6 +130,7 @@ class RackTest(APITestCase):
'type',
'width',
'u_height',
'desc_units',
'comments',
'custom_fields',
]
@@ -145,6 +147,7 @@ class RackTest(APITestCase):
'type',
'width',
'u_height',
'desc_units',
'comments',
'custom_fields',
'front_units',