mirror of
https://github.com/netbox-community/netbox.git
synced 2026-01-10 22:02:17 -06:00
#180: Added type and width fields to Rack model
This commit is contained in:
@@ -42,6 +42,8 @@ class SiteTest(APITestCase):
|
||||
'site',
|
||||
'group',
|
||||
'tenant',
|
||||
'type',
|
||||
'width',
|
||||
'u_height',
|
||||
'comments'
|
||||
]
|
||||
@@ -118,6 +120,8 @@ class RackTest(APITestCase):
|
||||
'site',
|
||||
'group',
|
||||
'tenant',
|
||||
'type',
|
||||
'width',
|
||||
'u_height',
|
||||
'comments'
|
||||
]
|
||||
@@ -130,6 +134,8 @@ class RackTest(APITestCase):
|
||||
'site',
|
||||
'group',
|
||||
'tenant',
|
||||
'type',
|
||||
'width',
|
||||
'u_height',
|
||||
'comments',
|
||||
'front_units',
|
||||
|
||||
Reference in New Issue
Block a user