mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-27 10:58:37 -06:00
Add device field on cable search form (#3023)
This commit is contained in:
parent
b38f3ab992
commit
4809137e5d
@ -2766,6 +2766,10 @@ class CableFilterForm(BootstrapMixin, forms.Form):
|
|||||||
required=False,
|
required=False,
|
||||||
widget=ColorSelect()
|
widget=ColorSelect()
|
||||||
)
|
)
|
||||||
|
device = forms.CharField(
|
||||||
|
required=False,
|
||||||
|
label='Device name'
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user