mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Support svg embedded favicons in whitelabeling (#29436)
* Fix favicon embedding in whitelabeling * Fix formatting
This commit is contained in:
parent
45c6daaf95
commit
c869ae5791
@ -1,6 +1,10 @@
|
||||
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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user