mirror of
https://github.com/grafana/grafana.git
synced 2025-08-01 07:32:12 +08:00
update json field name of suppressNav
This commit is contained in:
@ -13,7 +13,7 @@ type AppPluginPage struct {
|
|||||||
Slug string `json:"slug"`
|
Slug string `json:"slug"`
|
||||||
Component string `json:"component"`
|
Component string `json:"component"`
|
||||||
Role models.RoleType `json:"role"`
|
Role models.RoleType `json:"role"`
|
||||||
SuppressNav bool `json:"suppress_nav"`
|
SuppressNav bool `json:"suppressNav"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type AppPluginCss struct {
|
type AppPluginCss struct {
|
||||||
|
Reference in New Issue
Block a user