Add device field on cable search form (#3023)
This commit is contained in:
parent
3562b5552b
commit
39fceeb455
|
|
@ -2766,6 +2766,10 @@ class CableFilterForm(BootstrapMixin, forms.Form):
|
|||
required=False,
|
||||
widget=ColorSelect()
|
||||
)
|
||||
device = forms.CharField(
|
||||
required=False,
|
||||
label='Device name'
|
||||
)
|
||||
|
||||
|
||||
#
|
||||
|
|
|
|||
Loading…
Reference in New Issue