fix the All devices option

This commit is contained in:
Cayo Puigdefabregas 2022-05-10 10:22:22 +02:00
parent d800c6950c
commit a54d57f4ab
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ class FilterForm(FlaskForm):
# Generic Filters
if "All Devices" == self.device_type:
filter_type = None
filter_type = COMPUTERS + ["Monitor"] + MOBILE
elif "All Components" == self.device_type:
filter_type = COMPONENTS