mirror of
https://github.com/grafana/grafana.git
synced 2025-09-25 10:54:49 +08:00
enhance error message if phantomjs executable is not found
if arm build, explain that phantomjs is not included by default in arm builds. If not explain that phantom js isn't installed correctly
This commit is contained in:
@ -10,6 +10,7 @@ import (
|
||||
|
||||
var ErrTimeout = errors.New("Timeout error. You can set timeout in seconds with &timeout url parameter")
|
||||
var ErrNoRenderer = errors.New("No renderer plugin found nor is an external render server configured")
|
||||
var ErrPhantomJSNotInstalled = errors.New("PhantomJS executable not found")
|
||||
|
||||
type Opts struct {
|
||||
Width int
|
||||
|
Reference in New Issue
Block a user