diff --git a/static/index.html b/static/index.html index e5d5bdd5..d56d6559 100644 --- a/static/index.html +++ b/static/index.html @@ -39,14 +39,14 @@ for (let key in data[serviceName]) { let entry = data[serviceName][key]; console.log(data[serviceName][key]); - serviceStatus += entry.success ? OK : NOK; + serviceStatus = (entry.success ? OK : NOK) + serviceStatus; } tableBody += "" + "