mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
allow app menu items to be selectivly pinned to the left nav menu
This commit is contained in:
@@ -71,6 +71,7 @@ type AppPlugin struct {
|
||||
Js []*AppPluginJs `json:"js"`
|
||||
Css []*AppPluginCss `json:"css"`
|
||||
MainNavLinks []*AppPluginNavLink `json:"mainNavLinks"`
|
||||
PinNavLinks bool `json:"pinNavLinks"`
|
||||
StaticRootConfig *StaticRootConfig `json:"staticRoot"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user