From beabbd9c7bc30c597acf8ed3d8177a6666b2a0d6 Mon Sep 17 00:00:00 2001 From: 2Shirt <2xShirt@gmail.com> Date: Tue, 2 Jul 2019 20:52:28 -0600 Subject: [PATCH] Bugfix --- scripts/wk.prev/settings/hw_diags.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/wk.prev/settings/hw_diags.py b/scripts/wk.prev/settings/hw_diags.py index 048f489b..7957fda2 100644 --- a/scripts/wk.prev/settings/hw_diags.py +++ b/scripts/wk.prev/settings/hw_diags.py @@ -94,9 +94,10 @@ ATTRIBUTES = { }, } ATTRIBUTE_COLORS = ( + # NOTE: The order here is important; least important to most important. + ('Warning', 'YELLOW'), ('Error', 'RED'), ('Maximum', 'PURPLE'), - ('Warning', 'YELLOW'), ) KEY_NVME = 'nvme_smart_health_information_log' KEY_SMART = 'ata_smart_attributes'