Skip to content

Commit fbcf3aa

Browse files
committed
feat:notification implementation
1 parent 9750cbe commit fbcf3aa

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

src/components/Navigation/constants.ts

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -456,16 +456,24 @@ export const NAVIGATION_LIST: NavigationGroupType[] = [
456456
id: 'ai-recommendations',
457457
title: 'AI Recommendations',
458458
icon: 'ic-openai',
459-
disabled: false,
459+
disabled: false, // Enable AI Recommendations section
460460
items: [
461461
{
462462
title: 'Notifications',
463463
dataTestId: 'ai-recommendations-overview',
464464
id: 'ai-recommendations-overview',
465465
icon: 'ic-speedometer',
466-
disabled: false,
466+
disabled: false, // Enable notifications
467467
href: COMMON_URLS.AI_RECOMMENDATIONS_OVERVIEW,
468468
},
469+
{
470+
title: 'Runbooks',
471+
dataTestId: 'ai-recommendations-runbooks',
472+
id: 'ai-recommendations-runbooks',
473+
icon: 'ic-book-open',
474+
disabled: false,
475+
href: COMMON_URLS.AI_RECOMMENDATIONS_RUNBOOKS,
476+
},
469477
],
470478
},
471479
{

0 commit comments

Comments
 (0)