mirror of
https://github.com/grafana/grafana.git
synced 2026-07-30 08:18:10 -05:00
Rendering: Add light theme for errors (#41616)
* Add light theme for error rendering * Fix lint * Update images and add rendering_limit_x images
This commit is contained in:
@@ -65,6 +65,7 @@ func (hs *HTTPServer) RenderToPng(c *models.ReqContext) {
|
||||
ConcurrentLimit: hs.Cfg.RendererConcurrentRequestLimit,
|
||||
DeviceScaleFactor: scale,
|
||||
Headers: headers,
|
||||
Theme: rendering.ThemeDark,
|
||||
})
|
||||
if err != nil {
|
||||
if errors.Is(err, rendering.ErrTimeout) {
|
||||
|
||||
Reference in New Issue
Block a user