Compare commits
3 Commits
e17ce6dc2b
...
25b8c114a4
| Author | SHA1 | Date |
|---|---|---|
|
|
25b8c114a4 | |
|
|
a5670e51cb | |
|
|
08793925ae |
|
|
@ -1,3 +1,2 @@
|
|||
# GitHub Sponsor config
|
||||
# https://buymeacoffee.com/lyc8503
|
||||
buy_me_a_coffee: lyc8503
|
||||
ko_fi: lyc8503
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
.header {
|
||||
height: rem(56px);
|
||||
margin-bottom: rem(100px);
|
||||
margin-bottom: auto;
|
||||
background-color: var(--mantine-color-body);
|
||||
border-bottom: rem(1px) solid light-dark(var(--mantine-color-gray-3), var(--mantine-color-dark-4));
|
||||
}
|
||||
|
|
|
|||
|
|
@ -55,13 +55,13 @@ function formatStatusChangeNotification(
|
|||
} else if (timeNow == timeIncidentStart) {
|
||||
return `🔴 ${
|
||||
monitor.name
|
||||
} is currently down. \nService is unavailable at ${timeNowFormatted}. \nIssue: ${
|
||||
} is down. \nService became unavailable at ${timeNowFormatted}. \nIssue: ${
|
||||
reason || 'unspecified'
|
||||
}`
|
||||
} else {
|
||||
return `🔴 ${
|
||||
monitor.name
|
||||
} is still down. \nService is unavailable since ${timeIncidentStartFormatted} (${downtimeDuration} minutes). \nIssue: ${
|
||||
} is down. \nService unavailable since ${timeIncidentStartFormatted} (${downtimeDuration} minutes). \nIssue: ${
|
||||
reason || 'unspecified'
|
||||
}`
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue