Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"homepage": "/dashboard",
"dependencies": {
"@devtron-labs/devtron-fe-common-lib": "1.20.6-pre-27",
"@devtron-labs/devtron-fe-common-lib": "1.20.6-pre-28",
"@esbuild-plugins/node-globals-polyfill": "0.2.3",
"@rjsf/core": "^5.13.3",
"@rjsf/utils": "^5.13.3",
Expand Down
10 changes: 9 additions & 1 deletion src/components/Navigation/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -456,16 +456,24 @@
id: 'ai-recommendations',
title: 'AI Recommendations',
icon: 'ic-openai',
disabled: false,
disabled: false, // Enable AI Recommendations section
items: [
{
title: 'Notifications',
dataTestId: 'ai-recommendations-notifications',
id: 'ai-recommendations-notifications',

Check failure on line 464 in src/components/Navigation/constants.ts

View workflow job for this annotation

GitHub Actions / ci

Type '"ai-recommendations-notifications"' is not assignable to type 'NavigationItemID'.
icon: 'ic-speedometer',
disabled: false,
href: COMMON_URLS.AI_RECOMMENDATIONS_NOTIFICATIONS,

Check failure on line 467 in src/components/Navigation/constants.ts

View workflow job for this annotation

GitHub Actions / ci

Property 'AI_RECOMMENDATIONS_NOTIFICATIONS' does not exist on type '{ readonly LOGIN: "/login"; readonly LOGIN_SSO: "/login/sso"; readonly APP_LIST: "list"; readonly CREATE_JOB: "create-job"; readonly GETTING_STARTED: "getting-started"; readonly STACK_MANAGER_ABOUT: "/stack-manager/about"; ... 64 more ...; readonly AI_RECOMMENDATIONS_RUNBOOKS: "/ai-recommendations/runbooks"; }'.
},
{
title: 'Runbooks',
dataTestId: 'ai-recommendations-runbooks',
id: 'ai-recommendations-runbooks',
icon: 'ic-book-open',
disabled: false,
href: COMMON_URLS.AI_RECOMMENDATIONS_RUNBOOKS,
},
],
},
{
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1722,9 +1722,9 @@ __metadata:
languageName: node
linkType: hard

"@devtron-labs/devtron-fe-common-lib@npm:1.20.6-pre-27":
version: 1.20.6-pre-27
resolution: "@devtron-labs/devtron-fe-common-lib@npm:1.20.6-pre-27"
"@devtron-labs/devtron-fe-common-lib@npm:1.20.6-pre-28":
version: 1.20.6-pre-28
resolution: "@devtron-labs/devtron-fe-common-lib@npm:1.20.6-pre-28"
dependencies:
"@codemirror/autocomplete": "npm:6.18.6"
"@codemirror/lang-json": "npm:6.0.1"
Expand Down Expand Up @@ -1776,7 +1776,7 @@ __metadata:
react-select: 5.8.0
rxjs: ^7.8.1
yaml: ^2.4.1
checksum: 10c0/849647c4187e1a880dbfb9e3cfd84971f80c00e9072778e0f215cf49b33f301e4f766ad40972d5b4a7ddf0ab166d051e46a7e39209cb9c7593ae1620c2449715
checksum: 10c0/5665ce9067d9e0126028fdaf2a5e8bfc9c52897b121216e359656d487173d1891f44c1cd959915c1e75c711a55636fa82e7f8b3fd2d237fb1f2d3fbc79278e2a
languageName: node
linkType: hard

Expand Down Expand Up @@ -5581,7 +5581,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "dashboard@workspace:."
dependencies:
"@devtron-labs/devtron-fe-common-lib": "npm:1.20.6-pre-27"
"@devtron-labs/devtron-fe-common-lib": "npm:1.20.6-pre-28"
"@esbuild-plugins/node-globals-polyfill": "npm:0.2.3"
"@playwright/test": "npm:^1.32.1"
"@rjsf/core": "npm:^5.13.3"
Expand Down
Loading