Max number of repeated panels per row

Instead of min width
This commit is contained in:
Pierre GIRAUD
2018-08-20 15:33:49 +02:00
parent a9808ef518
commit a881497908
9 changed files with 33 additions and 20 deletions

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