This commit is contained in:
2Shirt 2019-07-02 20:52:28 -06:00
parent dfde06a2fd
commit beabbd9c7b
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C

View file

@ -94,9 +94,10 @@ ATTRIBUTES = {
}, },
} }
ATTRIBUTE_COLORS = ( ATTRIBUTE_COLORS = (
# NOTE: The order here is important; least important to most important.
('Warning', 'YELLOW'),
('Error', 'RED'), ('Error', 'RED'),
('Maximum', 'PURPLE'), ('Maximum', 'PURPLE'),
('Warning', 'YELLOW'),
) )
KEY_NVME = 'nvme_smart_health_information_log' KEY_NVME = 'nvme_smart_health_information_log'
KEY_SMART = 'ata_smart_attributes' KEY_SMART = 'ata_smart_attributes'