Skip to content

Commit 39fceeb

Browse files
committed
Add device field on cable search form (#3023)
1 parent 3562b55 commit 39fceeb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

netbox/dcim/forms.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2766,6 +2766,10 @@ class CableFilterForm(BootstrapMixin, forms.Form):
27662766
required=False,
27672767
widget=ColorSelect()
27682768
)
2769+
device = forms.CharField(
2770+
required=False,
2771+
label='Device name'
2772+
)
27692773

27702774

27712775
#

0 commit comments

Comments
 (0)