1
0
mirror of https://github.com/TwiN/gatus.git synced 2026-03-23 20:50:08 +00:00

fix(ui): Replace filter value "nothing" by "none" (#1202)

This commit is contained in:
TwiN
2025-08-14 16:44:17 -04:00
committed by GitHub
parent 440b732c71
commit 6c28de6950
5 changed files with 12 additions and 12 deletions

View File

@@ -250,7 +250,7 @@ If you want to test it locally, see [Docker](#docker).
| `ui.custom-css` | Custom CSS | `""` |
| `ui.dark-mode` | Whether to enable dark mode by default. Note that this is superseded by the user's operating system theme preferences. | `true` |
| `ui.default-sort-by` | Default sorting option for endpoints in the dashboard. Can be `name`, `group`, or `health`. Note that user preferences override this. | `name` |
| `ui.default-filter-by` | Default filter option for endpoints in the dashboard. Can be `nothing`, `failing`, or `unstable`. Note that user preferences override this. | `nothing` |
| `ui.default-filter-by` | Default filter option for endpoints in the dashboard. Can be `none`, `failing`, or `unstable`. Note that user preferences override this. | `none` |
| `maintenance` | [Maintenance configuration](#maintenance). | `{}` |
If you want more verbose logging, you may set the `GATUS_LOG_LEVEL` environment variable to `DEBUG`.