mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-14 09:51:22 -06:00
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,
|
required=False,
|
||||||
widget=ColorSelect()
|
widget=ColorSelect()
|
||||||
)
|
)
|
||||||
|
device = forms.CharField(
|
||||||
|
required=False,
|
||||||
|
label='Device name'
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user