mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Merge branch 'feature' of https://github.com/netbox-community/netbox into 6732-asn-model
This commit is contained in:
@@ -215,6 +215,12 @@ class InterfaceType(IPAddressesMixin, ComponentObjectType):
|
||||
def resolve_mode(self, info):
|
||||
return self.mode or None
|
||||
|
||||
def resolve_rf_role(self, info):
|
||||
return self.rf_role or None
|
||||
|
||||
def resolve_rf_channel(self, info):
|
||||
return self.rf_channel or None
|
||||
|
||||
|
||||
class InterfaceTemplateType(ComponentTemplateObjectType):
|
||||
|
||||
|
Reference in New Issue
Block a user