Skip to content

Commit

Permalink
editable -> allowUiUpdates - there is no editable config key, see docs
Browse files Browse the repository at this point in the history
  • Loading branch information
swiffer committed Nov 5, 2024
1 parent a4152a2 commit 94661b1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@

#### Dashboards

- fix: allow editing of dashboards - [changes will be overwritten on update](https://grafana.com/docs/grafana/latest/administration/provisioning/#making-changes-to-a-provisioned-dashboard)

#### Translations

#### Documentation
Expand Down
6 changes: 3 additions & 3 deletions grafana/dashboards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ providers:
folderUid: Nr4ofiDZk
type: file
disableDeletion: false
editable: true
allowUiUpdates: true
updateIntervalSeconds: 86400
options:
path: /dashboards
Expand All @@ -17,7 +17,7 @@ providers:
folderUid: Nr5ofiDZk
type: file
disableDeletion: false
editable: true
allowUiUpdates: true
updateIntervalSeconds: 86400
options:
path: /dashboards_internal
Expand All @@ -27,7 +27,7 @@ providers:
folderUid: Nr6ofiDZk
type: file
disableDeletion: false
editable: true
allowUiUpdates: true
updateIntervalSeconds: 86400
options:
path: /dashboards_reports

0 comments on commit 94661b1

Please sign in to comment.