Merge pull request #17611 from prometheus/default-hide-alert-annotations

Hide alert annotations by default
pull/18002/head
Julius Volz 3 months ago committed by GitHub
commit dbfc635a5a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      web/ui/mantine-ui/src/state/settingsSlice.ts

@ -102,7 +102,7 @@ export const initialState: Settings = {
),
showAnnotations: initializeFromLocalStorage<boolean>(
localStorageKeyShowAnnotations,
true
false
),
showQueryWarnings: initializeFromLocalStorage<boolean>(
localStorageKeyShowQueryWarnings,

Loading…
Cancel
Save