Feature Highlights: add RS event for nav items (#45470) (#45521)

(cherry picked from commit 8835020457)

Co-authored-by: Agnès Toulet <35176601+AgnesToulet@users.noreply.github.com>
This commit is contained in:
Grot (@grafanabot)
2022-02-17 15:25:06 +01:00
committed by GitHub
co-authored by Agnès Toulet
parent bd0ff79e28
commit 8789c6b2ae
3 changed files with 10 additions and 1 deletions
+1
View File
@@ -71,6 +71,7 @@ type NavLink struct {
HideFromTabs bool `json:"hideFromTabs,omitempty"`
Children []*NavLink `json:"children,omitempty"`
HighlightText string `json:"highlightText,omitempty"`
HighlightID string `json:"highlightId,omitempty"`
}
// NavIDCfg is the id for org configuration navigation node