From 14f70a611084a5cd59180eca6c9bab77635f22c5 Mon Sep 17 00:00:00 2001 From: Arkerthan <arkerthan@gmail.com> Date: Mon, 28 Sep 2020 00:52:35 +0200 Subject: [PATCH] fix missing comma --- js/003-data/slaveSummaryData.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/003-data/slaveSummaryData.js b/js/003-data/slaveSummaryData.js index b5654b6c0c4..77c57e7056c 100644 --- a/js/003-data/slaveSummaryData.js +++ b/js/003-data/slaveSummaryData.js @@ -547,7 +547,7 @@ App.Data.SlaveSummary = { 120: {desc: "healthy", style: "yellow"}, 150: {desc: "Very healthy", style: "green"}, 190: {desc: "Extremely healthy", style: "green"}, - 200: {desc: "Unnaturally healthy", style: "green"} //intended limit of 100 health + 200: {desc: "Unnaturally healthy", style: "green"}, //intended limit of 100 health 999: {desc: "Unnaturally healthy", style: "green"} //catch to display unintended cases of health > 100 instead of vanishing }, }, -- GitLab