mirror of
https://github.com/grafana/grafana.git
synced 2024-11-22 08:56:43 -06:00
a45ce36566
Allows saving of provisioned dashboards if the config value allowUiUpdates is set to true Fixes #11778
12 lines
212 B
YAML
12 lines
212 B
YAML
apiVersion: 1
|
|
|
|
providers:
|
|
- name: 'gdev dashboards'
|
|
folder: 'gdev dashboards'
|
|
folderUid: ''
|
|
type: file
|
|
allowUiUpdates: false
|
|
updateIntervalSeconds: 60
|
|
options:
|
|
path: devenv/dev-dashboards
|