Merge pull request #12991 from pgiraud/repeat_min_span

Repeating panels - Max per row
This commit is contained in:
Torkel Ödegaard
2019-01-11 09:31:21 +01:00
committed by GitHub
12 changed files with 65 additions and 21 deletions
+1 -1
View File
@@ -112,7 +112,7 @@ func NewDashboard(title string) *Dashboard {
func NewDashboardFolder(title string) *Dashboard {
folder := NewDashboard(title)
folder.IsFolder = true
folder.Data.Set("schemaVersion", 16)
folder.Data.Set("schemaVersion", 17)
folder.Data.Set("version", 0)
folder.IsFolder = true
return folder