1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Fixes #7411: Fix exception in UI when adding member devices to virtual chassis

This commit is contained in:
jeremystretch
2021-09-30 11:36:16 -04:00
parent a9761e8dd2
commit d9f178e315
3 changed files with 12 additions and 16 deletions

View File

@@ -52,6 +52,7 @@ __all__ = (
'RegionForm',
'SiteForm',
'SiteGroupForm',
'VCMemberSelectForm',
'VirtualChassisForm',
)