mirror of
https://github.com/grafana/grafana.git
synced 2026-08-11 05:34:53 -05:00
Navigation: Don't round app plugin icon images (#54543)
* Navigation: Don't round app plugin icon images * round icon
This commit is contained in:
@@ -71,6 +71,7 @@ type NavLink struct {
|
||||
HideFromMenu bool `json:"hideFromMenu,omitempty"`
|
||||
HideFromTabs bool `json:"hideFromTabs,omitempty"`
|
||||
ShowIconInNavbar bool `json:"showIconInNavbar,omitempty"`
|
||||
RoundIcon bool `json:"roundIcon,omitempty"`
|
||||
Children []*NavLink `json:"children,omitempty"`
|
||||
HighlightText string `json:"highlightText,omitempty"`
|
||||
HighlightID string `json:"highlightId,omitempty"`
|
||||
|
||||
Reference in New Issue
Block a user