mirror of
https://github.com/TwiN/gatus.git
synced 2025-01-02 12:09:10 +01:00
docs: Fix typo in README (#946)
docs: update README.md `endpoints[].ui.badge.reponse-time` -> `endpoints[].ui.badge.response-time`
This commit is contained in:
parent
83a555e334
commit
0440deb6b5
@ -275,7 +275,7 @@ You can then configure alerts to be triggered when an endpoint is unhealthy once
|
||||
| `endpoints[].ui.hide-hostname` | Whether to hide the hostname in the result. | `false` |
|
||||
| `endpoints[].ui.hide-url` | Whether to ensure the URL is not displayed in the results. Useful if the URL contains a token. | `false` |
|
||||
| `endpoints[].ui.dont-resolve-failed-conditions` | Whether to resolve failed conditions for the UI. | `false` |
|
||||
| `endpoints[].ui.badge.reponse-time` | List of response time thresholds. Each time a threshold is reached, the badge has a different color. | `[50, 200, 300, 500, 750]` |
|
||||
| `endpoints[].ui.badge.response-time` | List of response time thresholds. Each time a threshold is reached, the badge has a different color. | `[50, 200, 300, 500, 750]` |
|
||||
|
||||
|
||||
### External Endpoints
|
||||
|
Loading…
Reference in New Issue
Block a user