mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-22 20:12:00 -06:00
#2675: Added InventoryItem search form field for 'discovered'
This commit is contained in:
parent
40cb576e11
commit
ba9fe408bc
@ -2703,6 +2703,12 @@ class InventoryItemFilterForm(BootstrapMixin, forms.Form):
|
||||
to_field_name='slug',
|
||||
null_label='-- None --'
|
||||
)
|
||||
discovered = forms.NullBooleanField(
|
||||
required=False,
|
||||
widget=forms.Select(
|
||||
choices=BOOLEAN_WITH_BLANK_CHOICES
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user