mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
support separate css files for light/dark themes.
This commit is contained in:
@@ -37,7 +37,8 @@ type ExternalPluginRoute struct {
|
||||
}
|
||||
|
||||
type ExternalPluginJs struct {
|
||||
Module string `json:"module"`
|
||||
Module string `json:"module"`
|
||||
Directive string `json:"Directive"`
|
||||
}
|
||||
|
||||
type ExternalPluginNavLink struct {
|
||||
@@ -48,7 +49,8 @@ type ExternalPluginNavLink struct {
|
||||
}
|
||||
|
||||
type ExternalPluginCss struct {
|
||||
Href string `json:"href"`
|
||||
Light string `json:"light"`
|
||||
Dark string `json:"dark"`
|
||||
}
|
||||
|
||||
type ExternalPlugin struct {
|
||||
|
||||
Reference in New Issue
Block a user