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

Misc UI cleanup ahead of v3.0 release

This commit is contained in:
jeremystretch
2021-08-25 13:50:59 -04:00
parent 2fb1d388e3
commit 99cba25108
10 changed files with 23 additions and 18 deletions

View File

@@ -1738,6 +1738,9 @@ class FrontPortTemplateCreateForm(ComponentTemplateCreateForm):
choices=PortTypeChoices,
widget=StaticSelect()
)
color = ColorField(
required=False
)
rear_port_set = forms.MultipleChoiceField(
choices=[],
label='Rear ports',