mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-06 20:17:21 +08:00
minor fixes
This commit is contained in:
@@ -247,7 +247,7 @@ router.get("/api/badge/:id/:type", cache("5 minutes"), async (request, response)
|
||||
// return a "n/a" badge in grey, if monitor is not public / not available / non exsitant
|
||||
|
||||
badgeValues.message = "N/A";
|
||||
badgeValues.color = "#CCCCCC";
|
||||
badgeValues.color = "#999";
|
||||
} else {
|
||||
const uptime = await Monitor.calcUptime(
|
||||
requestedType,
|
||||
|
Reference in New Issue
Block a user