mirror of
https://github.com/netbox-community/netbox.git
synced 2025-12-19 03:42:25 -06:00
Closes #9793: Add PoE attributes to interface templates
This commit is contained in:
@@ -229,6 +229,8 @@ class DeviceType(NetBoxModel):
|
||||
'mgmt_only': c.mgmt_only,
|
||||
'label': c.label,
|
||||
'description': c.description,
|
||||
'poe_mode': c.poe_mode,
|
||||
'poe_type': c.poe_type,
|
||||
}
|
||||
for c in self.interfacetemplates.all()
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user