From bfc866be949ca7a8b23a9eafd29a8bc50440d908 Mon Sep 17 00:00:00 2001
From: Jan David Mol <mol@astron.nl>
Date: Tue, 31 May 2022 16:34:54 +0200
Subject: [PATCH] Allow interactive editing of provisioned dashboards

---
 grafana-central/stationcontrol-dashboards.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/grafana-central/stationcontrol-dashboards.yaml b/grafana-central/stationcontrol-dashboards.yaml
index fa39ad5..15b660c 100644
--- a/grafana-central/stationcontrol-dashboards.yaml
+++ b/grafana-central/stationcontrol-dashboards.yaml
@@ -16,7 +16,7 @@ providers:
     # <int> how often Grafana will scan for changed dashboards
     updateIntervalSeconds: 60
     # <bool> allow updating provisioned dashboards from the UI
-    allowUiUpdates: false
+    allowUiUpdates: true
     options:
       # <string, required> path to dashboard files on disk. Required when using the 'file' type
       path: /var/lib/grafana-static/dashboards
-- 
GitLab