From 0fd3a8b814b4db7c0cdb431c4c1eb8a1f4fc0d1d Mon Sep 17 00:00:00 2001 From: Christian Tacke <58549698+ChristianTackeGSI@users.noreply.github.com> Date: Tue, 27 Jan 2026 11:22:11 +0100 Subject: [PATCH] chore(Dashboard): Use default timepicker Just use the system's default timepicker instead of hardcoding it. Signed-off-by: Christian Tacke <58549698+ChristianTackeGSI@users.noreply.github.com> --- .../dashboards/postgres-overview.json | 28 +------------------ 1 file changed, 1 insertion(+), 27 deletions(-) diff --git a/postgres_mixin/dashboards/postgres-overview.json b/postgres_mixin/dashboards/postgres-overview.json index 8baf6fbb3..53e398cb8 100644 --- a/postgres_mixin/dashboards/postgres-overview.json +++ b/postgres_mixin/dashboards/postgres-overview.json @@ -1429,34 +1429,8 @@ "from": "now-1h", "to": "now" }, - "timepicker": { - "refresh_intervals": [ - "5s", - "10s", - "30s", - "1m", - "5m", - "15m", - "30m", - "1h", - "2h", - "1d" - ], - "time_options": [ - "5m", - "15m", - "1h", - "6h", - "12h", - "24h", - "2d", - "7d", - "30d" - ] - }, - "timezone": "browser", "title": "Postgres Overview", "uid": "wGgaPlciz", "version": 39, "weekStart": "" -} \ No newline at end of file +}