File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
src/components/Navigation Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -456,7 +456,7 @@ 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' ,
@@ -466,6 +466,14 @@ export const NAVIGATION_LIST: NavigationGroupType[] = [
466466 disabled : false ,
467467 href : COMMON_URLS . AI_RECOMMENDATIONS_NOTIFICATIONS ,
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 {
You can’t perform that action at this time.
0 commit comments