Closes #9793: Add PoE attributes to interface templates

This commit is contained in:
jeremystretch
2022-07-28 15:03:24 -04:00
parent a3d449d547
commit 6f0cd5ee2a
14 changed files with 99 additions and 13 deletions

View File

@@ -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()
]