mirror of
https://github.com/prometheus/prometheus.git
synced 2026-02-03 20:39:32 -05:00
Merge pull request #17611 from prometheus/default-hide-alert-annotations
Hide alert annotations by default
This commit is contained in:
commit
dbfc635a5a
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@ export const initialState: Settings = {
|
|||
),
|
||||
showAnnotations: initializeFromLocalStorage<boolean>(
|
||||
localStorageKeyShowAnnotations,
|
||||
true
|
||||
false
|
||||
),
|
||||
showQueryWarnings: initializeFromLocalStorage<boolean>(
|
||||
localStorageKeyShowQueryWarnings,
|
||||
|
|
|
|||
Loading…
Reference in a new issue