fix Computer device in the list
This commit is contained in:
parent
252c7b8d7d
commit
5595d0ddcf
|
@ -100,7 +100,7 @@ class FilterForm(FlaskForm):
|
||||||
if self.device:
|
if self.device:
|
||||||
return [self.device]
|
return [self.device]
|
||||||
|
|
||||||
return ['Desktop', 'Laptop', 'Server']
|
return ['Desktop', 'Laptop', 'Server', 'Computer']
|
||||||
|
|
||||||
|
|
||||||
class LotDeviceForm(FlaskForm):
|
class LotDeviceForm(FlaskForm):
|
||||||
|
|
Reference in New Issue