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

Move wireless field choices to wireless app

This commit is contained in:
jeremystretch
2021-10-15 10:00:03 -04:00
parent 6af5a884cd
commit 01d3c062f2
7 changed files with 187 additions and 185 deletions

View File

@ -10,6 +10,7 @@ from utilities.forms import (
add_blank_choice, BootstrapMixin, ColorField, DynamicModelChoiceField, DynamicModelMultipleChoiceField,
ExpandableNameField, StaticSelect,
)
from wireless.choices import *
from .common import InterfaceCommonForm
__all__ = (