Merge branch Grafana v5 'develop' branch

This commit is contained in:
Torkel Ödegaard
2017-12-15 12:06:09 +01:00
522 changed files with 31990 additions and 10112 deletions

View File

@@ -80,10 +80,11 @@ func (n *notificationService) uploadImage(context *EvalContext) (err error) {
}
renderOpts := &renderer.RenderOpts{
Width: "800",
Height: "400",
Timeout: "30",
OrgId: context.Rule.OrgId,
Width: "800",
Height: "400",
Timeout: "30",
OrgId: context.Rule.OrgId,
IsAlertContext: true,
}
if slug, err := context.GetDashboardSlug(); err != nil {