Fixes #9100: Include position field in module type YAML export

This commit is contained in:
jeremystretch
2022-04-11 08:28:10 -04:00
parent 93103091c4
commit 00ad3f7632
2 changed files with 2 additions and 0 deletions

View File

@@ -257,6 +257,7 @@ class DeviceType(NetBoxModel):
{
'name': c.name,
'label': c.label,
'position': c.position,
'description': c.description,
}
for c in self.modulebaytemplates.all()