fix the All devices option
This commit is contained in:
parent
d800c6950c
commit
a54d57f4ab
|
@ -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
|
||||
|
|
Reference in New Issue