mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
DashboardSchema: Remove old unused legacy props style and timepicker.enable (#73879)
* DashboardScheam: Remove old unused legacy props style and timepicker.enable * Update * fix test
This commit is contained in:
@@ -38,10 +38,6 @@ lineage: schemas: [{
|
||||
// Tags associated with dashboard.
|
||||
tags?: [...string]
|
||||
|
||||
// Theme of dashboard.
|
||||
// Default value: dark.
|
||||
style: "light" | *"dark"
|
||||
|
||||
// Timezone of dashboard. Accepted values are IANA TZDB zone ID or "browser" or "utc".
|
||||
timezone?: string | *"browser"
|
||||
|
||||
@@ -67,8 +63,6 @@ lineage: schemas: [{
|
||||
refresh_intervals: [...string] | *["5s", "10s", "30s", "1m", "5m", "15m", "30m", "1h", "2h", "1d"]
|
||||
// Whether timepicker is collapsed or not. Has no effect on provisioned dashboard.
|
||||
collapse: bool | *false
|
||||
// Whether timepicker is enabled or not. Has no effect on provisioned dashboard.
|
||||
enable: bool | *true
|
||||
// Selectable options available in the time picker dropdown. Has no effect on provisioned dashboard.
|
||||
time_options: [...string] | *["5m", "15m", "1h", "6h", "12h", "24h", "2d", "7d", "30d"]
|
||||
}
|
||||
|
Reference in New Issue
Block a user