Some refinements to dashboard snapshots

This commit is contained in:
Torkel Ödegaard
2015-03-25 09:04:38 +01:00
parent c8687560d6
commit 9268ecf3e9
5 changed files with 56 additions and 27 deletions

View File

@@ -20,6 +20,7 @@ type DashboardSnapshot struct {
type CreateDashboardSnapshotCommand struct {
Dashboard map[string]interface{} `json:"dashboard" binding:"Required"`
External bool
Key string `json:"-"`