This is an automated email from the ASF dual-hosted git repository.
abeizn pushed a commit to branch test-grafana-only-read
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git
The following commit(s) were added to refs/heads/test-grafana-only-read by this
push:
new 379f32631 fix: grafana only read
379f32631 is described below
commit 379f32631c2a005b928565dbb19821da5263da9e
Author: abeizn <[email protected]>
AuthorDate: Fri Jul 26 14:26:01 2024 +0800
fix: grafana only read
---
grafana/provisioning/dashboards/dashboard.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/grafana/provisioning/dashboards/dashboard.yml
b/grafana/provisioning/dashboards/dashboard.yml
index eddce9169..354a34fea 100644
--- a/grafana/provisioning/dashboards/dashboard.yml
+++ b/grafana/provisioning/dashboards/dashboard.yml
@@ -29,7 +29,7 @@ providers:
# <bool> disable dashboard deletion
disableDeletion: false
# <bool> enable dashboard editing
- editable: true
+ editable: false
# <int> how often Grafana will scan for changed dashboards
updateIntervalSeconds: 5
# <bool> allow updating provisioned dashboards from the UI