Skip to content

Commit 792a973

Browse files
fix: add alerts as sub menu item (#2982)
1 parent af4ea19 commit 792a973

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/pageLayout/constants/navigationHierarchy.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,14 @@ export const generateNavItems = (): NavItem[] => {
131131
icon: IconFont.Bell,
132132
label: 'Alerts',
133133
link: `${orgPrefix}/alerting`,
134-
activeKeywords: ['alerting'],
134+
activeKeywords: ['alerting', 'alert-history'],
135135
menu: [
136+
{
137+
id: 'alerting',
138+
testID: 'nav-subitem-alerting',
139+
label: 'Alerts',
140+
link: `${orgPrefix}/alerting`,
141+
},
136142
{
137143
id: 'history',
138144
testID: 'nav-subitem-history',

0 commit comments

Comments
 (0)