mirror of
https://github.com/netbox-community/netbox.git
synced 2025-12-25 14:47:46 -06:00
3839: Add airflow field to Device
This commit is contained in:
@@ -144,6 +144,9 @@ class DeviceType(ConfigContextMixin, ImageAttachmentsMixin, PrimaryObjectType):
|
||||
def resolve_face(self, info):
|
||||
return self.face or None
|
||||
|
||||
def resolve_airflow(self, info):
|
||||
return self.airflow or None
|
||||
|
||||
|
||||
class DeviceBayType(ComponentObjectType):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user