Snapshot name is saved in DB now

This commit is contained in:
utkarshcmu
2016-01-19 00:26:20 -08:00
parent 870775e863
commit 70481953fd
4 changed files with 6 additions and 2 deletions
@@ -24,6 +24,7 @@ func CreateDashboardSnapshot(cmd *m.CreateDashboardSnapshotCommand) error {
}
snapshot := &m.DashboardSnapshot{
Name: cmd.Name,
Key: cmd.Key,
DeleteKey: cmd.DeleteKey,
OrgId: cmd.OrgId,