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

Add device field on cable search form (#3023)

This commit is contained in:
Jeremy Stretch
2019-04-29 11:29:07 -04:00
parent 3562b5552b
commit 39fceeb455

View File

@ -2766,6 +2766,10 @@ class CableFilterForm(BootstrapMixin, forms.Form):
required=False,
widget=ColorSelect()
)
device = forms.CharField(
required=False,
label='Device name'
)
#