Dashboard schema: Update default value for timezone (#62340)

This commit is contained in:
Dominik Prokop
2023-01-27 07:43:13 -08:00
committed by GitHub
parent 1865205d68
commit d4015602ca
3 changed files with 3 additions and 3 deletions

View File

@@ -31,7 +31,7 @@ lineage: seqs: [
// Theme of dashboard.
style: "light" | *"dark" @grafanamaturity(NeedsExpertReview)
// Timezone of dashboard. Accepts IANA TZDB zone ID or "browser" or "utc".
timezone?: string | *""
timezone?: string | *"browser"
// Whether a dashboard is editable or not.
editable: bool | *true
// Configuration of dashboard cursor sync behavior.