mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
3839: Add airflow field to DeviceType
This commit is contained in:
@@ -179,6 +179,9 @@ class DeviceTypeType(PrimaryObjectType):
|
||||
def resolve_subdevice_role(self, info):
|
||||
return self.subdevice_role or None
|
||||
|
||||
def resolve_airflow(self, info):
|
||||
return self.airflow or None
|
||||
|
||||
|
||||
class FrontPortType(ComponentObjectType):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user