Skip to content

Commit

Permalink
remove folder
Browse files Browse the repository at this point in the history
  • Loading branch information
lhpqaq committed Jan 7, 2025
1 parent d12f9fd commit 2cf4fda
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ providers:
<#list dashboards as db>
- name: '${db.name}'
orgId: 1
folder: '${db.folder}'
folder: ''
type: file
options:
path: '${db.path}'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ public void setDashboards() {
Map<String, Object> clusterDashboard = new HashMap<>();
// Used for dashboard yaml configuration
clusterDashboard.put("name", "Cluster");
clusterDashboard.put("folder", "Cluster");
clusterDashboard.put("path", dashboardConfigDir("Cluster"));

// Used for dashboard json configuration
Expand Down

0 comments on commit 2cf4fda

Please sign in to comment.