mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2026-04-18 10:02:16 +00:00
Update flask_server.py
This commit is contained in:
@@ -5412,8 +5412,8 @@ def get_hardware_info():
|
|||||||
if any(keyword in device_class for keyword in ['VGA', 'Display', '3D']):
|
if any(keyword in device_class for keyword in ['VGA', 'Display', '3D']):
|
||||||
device_type = 'Graphics Card'
|
device_type = 'Graphics Card'
|
||||||
include_device = True
|
include_device = True
|
||||||
# Storage controllers
|
# Storage controllers (including SCSI/SAS HBA cards like LSI 9400-16i)
|
||||||
elif any(keyword in device_class for keyword in ['SATA', 'RAID', 'Mass storage', 'Non-Volatile memory']):
|
elif any(keyword in device_class for keyword in ['SATA', 'RAID', 'Mass storage', 'Non-Volatile memory', 'SCSI', 'Serial Attached SCSI', 'SAS']):
|
||||||
device_type = 'Storage Controller'
|
device_type = 'Storage Controller'
|
||||||
include_device = True
|
include_device = True
|
||||||
# Network controllers
|
# Network controllers
|
||||||
|
|||||||
Reference in New Issue
Block a user