mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-07-21 14:08:53 -04:00
minor fixes
This commit is contained in:
parent
1c5bce8afa
commit
d74404e106
2 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue