diff --git a/apps/web/src/dashboard/landing.html b/apps/web/src/dashboard/landing.html index 1a6dcd5..9d628d5 100644 --- a/apps/web/src/dashboard/landing.html +++ b/apps/web/src/dashboard/landing.html @@ -188,12 +188,12 @@
{
   "$and": [
     { "status": { "$lt": 400 } },
-    { "$responseTime": { "$lt": 200 } },
+    { "$json": { "$.db.status": { "$eq": "ok" } } },
     { "$certExpiry": { "$gt": 14 } }
   ]
 }
- // status < 400 AND $responseTime < 200ms AND $certExpiry > 14 days + // status < 400 AND res.time < 200ms AND $certExpiry > 14 days