Commit c869ae57 by Tania B Committed by GitHub

Support svg embedded favicons in whitelabeling (#29436)

* Fix favicon embedding in whitelabeling

* Fix formatting
parent 45c6daaf
package dtos
import "github.com/grafana/grafana/pkg/setting"
import (
"github.com/grafana/grafana/pkg/setting"
"html/template"
)
type IndexViewData struct {
User *CurrentUser
......@@ -17,8 +21,8 @@ type IndexViewData struct {
NewGrafanaVersion string
AppName string
AppNameBodyClass string
FavIcon string
AppleTouchIcon string
FavIcon template.URL
AppleTouchIcon template.URL
AppTitle string
Sentry *setting.Sentry
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment