Browse Source
backend: - new field for monitor: maxretries - new pending status while service is retrying: 2 - pending status event is not marked important - pending pings however register as downtime in the calculation frontend: - added pending status while service is retrying - added color for new pending status - added field to configure amount of retries database: - IMPORTANT: THIS REQUIRES MIGRATION!!!! - added field: maxretries with default value 0pull/86/head
Sam
4 years ago
11 changed files with 41 additions and 8 deletions
Binary file not shown.
@ -1,7 +1,8 @@ |
|||||
$primary: #5CDD8B; |
$primary: #5CDD8B; |
||||
$danger: #DC3545; |
$danger: #DC3545; |
||||
|
$warning: #f8a306; |
||||
$link-color: #111; |
$link-color: #111; |
||||
$border-radius: 50rem; |
$border-radius: 50rem; |
||||
|
|
||||
$highlight: #7ce8a4; |
$highlight: #7ce8a4; |
||||
$highlight-white: #e7faec; |
$highlight-white: #e7faec; |
Loading…
Reference in new issue