feat(apps): auto update dashboard dashboards, #5529

This commit is contained in:
Torkel Ödegaard
2016-07-07 18:11:03 +02:00
parent 4545b4d323
commit b62f1f00cd
6 changed files with 134 additions and 12 deletions

View File

@ -77,6 +77,8 @@ func Init() error {
}
go StartPluginUpdateChecker()
go updateAppDashboards()
return nil
}