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
+1
View File
@@ -36,6 +36,7 @@ func CreateDashboardSnapshot(c *middleware.Context, cmd m.CreateDashboardSnapsho
cmd.DeleteKey = util.GetRandomString(32)
cmd.OrgId = c.OrgId
cmd.UserId = c.UserId
cmd.Name = c.Name
metrics.M_Api_Dashboard_Snapshot_Create.Inc(1)
}