From 8b352fc7eccc850613249cd7ff486f3b6e1af216 Mon Sep 17 00:00:00 2001 From: Kim Huebel Date: Mon, 22 Feb 2021 22:05:12 +0000 Subject: [PATCH] fixing problem with orange BER-lines if BER not existing (---) --- html/index.html | 1 + html/js/version.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/html/index.html b/html/index.html index 100af81..85e75ad 100644 --- a/html/index.html +++ b/html/index.html @@ -310,6 +310,7 @@ } // Calculating BER + $(row).find('td:eq(7)').css('color', 'black'); if(parseFloat(data[7].substring(0, data[7].indexOf("%"))) <= 0.5){ $(row).find('td:eq(7)').css('color', 'black'); } diff --git a/html/js/version.js b/html/js/version.js index d40b50e..f539cf0 100644 --- a/html/js/version.js +++ b/html/js/version.js @@ -1 +1 @@ -var dashboard_version = "2021-02-22 21:34:44"; +var dashboard_version = "2021-02-22 22:05:12";