change banner to amarulasolutions

This commit is contained in:
2020-09-18 00:34:00 +02:00
parent 2176d93ae8
commit 5a1de7c67c
7 changed files with 10 additions and 5 deletions

View File

@@ -214,7 +214,7 @@ function getStats(order) {
<td>${formatDataVolume(v.free_space, 3)}</td>
<td>${formatDataVolume(v.min_free_space, 3)}</td>`
if (v.free_space < v.min_free_space/2) {
if (v.free_space < v.min_free_space/2 || !v.reachable) {
row.classList.add("highlight_red")
} else if (v.free_space < v.min_free_space) {
row.classList.add("highlight_blue")