Merge branch 'master' of https://github.com/grafana/grafana into snapshot-view

This commit is contained in:
utkarshcmu
2016-01-19 05:05:03 -08:00
8 changed files with 112 additions and 105 deletions
@@ -25,6 +25,7 @@ func CreateDashboardSnapshot(cmd *m.CreateDashboardSnapshotCommand) error {
}
snapshot := &m.DashboardSnapshot{
Name: cmd.Name,
Key: cmd.Key,
DeleteKey: cmd.DeleteKey,
OrgId: cmd.OrgId,