Max number of repeated panels per row

Instead of min width
This commit is contained in:
Pierre GIRAUD
2019-01-09 08:01:42 +01:00
parent a9808ef518
commit a881497908
9 changed files with 33 additions and 20 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