Trying to get dashboard loading and dashboard meta flags like canSave, canStar more managable
This commit is contained in:
@@ -16,9 +16,10 @@ var (
|
||||
)
|
||||
|
||||
var (
|
||||
DashTypeJson = "file"
|
||||
DashTypeDB = "db"
|
||||
DashTypeScript = "script"
|
||||
DashTypeJson = "file"
|
||||
DashTypeDB = "db"
|
||||
DashTypeScript = "script"
|
||||
DashTypeSnapshot = "snapshot"
|
||||
)
|
||||
|
||||
// Dashboard model
|
||||
|
||||
Reference in New Issue
Block a user