Progress on account and dashboard save/load

This commit is contained in:
Torkel Ödegaard
2014-11-20 15:19:44 +01:00
parent 00b4d233cc
commit 4eefa73441
9 changed files with 68 additions and 8 deletions
+1
View File
@@ -35,6 +35,7 @@ func Init() {
models.GetDashboard = GetDashboard
models.SaveDashboard = SaveDashboard
models.SearchQuery = SearchQuery
models.DeleteDashboard = DeleteDashboard
}
func LoadModelsConfig() {