update color

This commit is contained in:
2020-09-15 15:00:08 +02:00
parent 6b88fe18f7
commit 906dd8cb3c

View File

@@ -217,7 +217,7 @@ function getStats(order) {
if (v.free_space < v.min_free_space) {
row.classList.add("highlight_red")
} else if (v.free_space < v.min_free_space*2) {
row.classList.add("highlight_yellow")
row.classList.add("highlight_blue")
} else {
row.classList.add("highlight_green")
}