Trying to get dashboard loading and dashboard meta flags like canSave, canStar more managable

This commit is contained in:
Torkel Ödegaard
2015-05-13 09:58:45 +02:00
parent 4822d02787
commit 187834b17c
10 changed files with 21 additions and 16 deletions
+4 -3
View File
@@ -16,9 +16,10 @@ var (
)
var (
DashTypeJson = "file"
DashTypeDB = "db"
DashTypeScript = "script"
DashTypeJson = "file"
DashTypeDB = "db"
DashTypeScript = "script"
DashTypeSnapshot = "snapshot"
)
// Dashboard model