Merge pull request #14051 from grafana/cp-4.6.5

release 4.6.5
v4.6.x v4.6.5
Leonard Gram 7 years ago committed by GitHub
commit fdb5b1feb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      package.json
  2. 3
      pkg/components/renderer/renderer.go

@ -4,7 +4,7 @@
"company": "Grafana Labs"
},
"name": "grafana",
"version": "4.6.4",
"version": "4.6.5",
"repository": {
"type": "git",
"url": "http://github.com/grafana/grafana.git"

@ -84,7 +84,8 @@ func RenderToPng(params *RenderOpts) (string, error) {
cmdArgs := []string{
"--ignore-ssl-errors=true",
"--web-security=false",
"--web-security=true",
"--local-url-access=false",
scriptPath,
"url=" + url,
"width=" + params.Width,

Loading…
Cancel
Save