From 72cf197bd242c7487bf6453410f999e6f8bfa126 Mon Sep 17 00:00:00 2001 From: mirkokurt Date: Tue, 23 Jan 2024 14:33:00 +0100 Subject: [PATCH] Fix: export options of a scheduler widget in the dashboard extract command --- internal/template/filter.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/internal/template/filter.go b/internal/template/filter.go index 5a83a991..ea9afd9b 100644 --- a/internal/template/filter.go +++ b/internal/template/filter.go @@ -29,6 +29,9 @@ var ( "showLabels": {}, "step": {}, "vertical": {}, + "dateFormat": {}, + "timeFormat": {}, + "display": {}, } )