rabin hace 8 años
padre
commit
c0cf6f9f65
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      front/page/__load__.py

+ 1 - 1
front/page/__load__.py

@@ -250,7 +250,7 @@ class Device(object):
 						if self.data['device_cur'] == 'stat':
 							if v['hardware_type'] == 6:
 								self.data['pic'] = True
-							else:
+							elif v['type_id'] > 0:
 								self.data['device'].append(v)
 						else:
 							self.data['device'].append(v)