mirror of
https://github.com/prometheus/prometheus.git
synced 2026-05-28 04:02:21 -04:00
Hide alert annotations by default
See https://github.com/prometheus/prometheus/issues/16911 This will create a denser layout by default, enabling people to see more information on the page without having to discover the global settings menu. Signed-off-by: Julius Volz <julius.volz@gmail.com>
This commit is contained in:
parent
e43f1bafca
commit
a1a3114a27
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