mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Dashboard schema: Review and mature timezone property (#62090)
* Review and mature timezone property of Dashboard kind * Update timezone type
This commit is contained in:
@@ -30,8 +30,8 @@ lineage: seqs: [
|
||||
tags?: [...string] @grafanamaturity(NeedsExpertReview)
|
||||
// Theme of dashboard.
|
||||
style: "light" | *"dark" @grafanamaturity(NeedsExpertReview)
|
||||
// Timezone of dashboard,
|
||||
timezone?: *"browser" | "utc" | "" @grafanamaturity(NeedsExpertReview)
|
||||
// Timezone of dashboard. Accepts IANA TZDB zone ID or "browser" or "utc".
|
||||
timezone?: string | *""
|
||||
// Whether a dashboard is editable or not.
|
||||
editable: bool | *true
|
||||
// Configuration of dashboard cursor sync behavior.
|
||||
|
||||
Reference in New Issue
Block a user