We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af4ea19 commit 792a973Copy full SHA for 792a973
src/pageLayout/constants/navigationHierarchy.ts
@@ -131,8 +131,14 @@ export const generateNavItems = (): NavItem[] => {
131
icon: IconFont.Bell,
132
label: 'Alerts',
133
link: `${orgPrefix}/alerting`,
134
- activeKeywords: ['alerting'],
+ activeKeywords: ['alerting', 'alert-history'],
135
menu: [
136
+ {
137
+ id: 'alerting',
138
+ testID: 'nav-subitem-alerting',
139
+ label: 'Alerts',
140
+ link: `${orgPrefix}/alerting`,
141
+ },
142
{
143
id: 'history',
144
testID: 'nav-subitem-history',
0 commit comments