mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-03 03:56:18 -04:00
Fix: Add support for maintenance in badges
This commit is contained in:
parent
b8e8c1b9db
commit
942b55ca03
2 changed files with 34 additions and 3 deletions
|
@ -5,6 +5,7 @@ const badgeConstants = {
|
|||
naColor: "#999",
|
||||
defaultUpColor: "#66c20a",
|
||||
defaultDownColor: "#c2290a",
|
||||
defaultMaintenanceColor: "#1747f5",
|
||||
defaultPingColor: "blue", // as defined by badge-maker / shields.io
|
||||
defaultStyle: "flat",
|
||||
defaultPingValueSuffix: "ms",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue