Skip to content

Commit dca3a3e

Browse files
authored
Merge pull request #2986 from devtron-labs/feat/data-overview-scaffold
feat: update navigation href
2 parents 8f4988a + 7dbaf87 commit dca3a3e

File tree

4 files changed

+8
-9
lines changed

4 files changed

+8
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"homepage": "/dashboard",
66
"dependencies": {
7-
"@devtron-labs/devtron-fe-common-lib": "1.20.6-pre-44",
7+
"@devtron-labs/devtron-fe-common-lib": "1.20.6-pre-47",
88
"@esbuild-plugins/node-globals-polyfill": "0.2.3",
99
"@rjsf/core": "^5.13.3",
1010
"@rjsf/utils": "^5.13.3",

src/components/Navigation/constants.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -436,8 +436,7 @@ export const NAVIGATION_LIST: NavigationGroupType[] = [
436436
dataTestId: 'data-protection-overview',
437437
id: 'data-protection-overview',
438438
icon: 'ic-chart-line-up',
439-
disabled: true,
440-
href: '/dummy-url',
439+
href: COMMON_URLS.DATA_PROTECTION_OVERVIEW,
441440
},
442441
{
443442
title: 'Backup & Schedule',

src/components/app/Overview/Overview.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ export default function AppOverview({ appMetaInfo, getAppMetaInfoRes, filteredEn
293293
<span>{chartUsed.appStoreChartName}/</span>
294294
<Link
295295
className="dc__ellipsis-right"
296-
to={`${URLS.INFRASTRUCTURE_MANAGEMENT_CHART_STORE_DISCOVER}/${URLS.CHART}/${chartUsed.appStoreChartId}`}
296+
to={`${URLS.INFRASTRUCTURE_MANAGEMENT_CHART_STORE_DISCOVER}${URLS.CHART}/${chartUsed.appStoreChartId}`}
297297
>
298298
{chartUsed.appStoreAppName} ({chartUsed.appStoreAppVersion})
299299
</Link>

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1722,9 +1722,9 @@ __metadata:
17221722
languageName: node
17231723
linkType: hard
17241724

1725-
"@devtron-labs/devtron-fe-common-lib@npm:1.20.6-pre-44":
1726-
version: 1.20.6-pre-44
1727-
resolution: "@devtron-labs/devtron-fe-common-lib@npm:1.20.6-pre-44"
1725+
"@devtron-labs/devtron-fe-common-lib@npm:1.20.6-pre-47":
1726+
version: 1.20.6-pre-47
1727+
resolution: "@devtron-labs/devtron-fe-common-lib@npm:1.20.6-pre-47"
17281728
dependencies:
17291729
"@codemirror/autocomplete": "npm:6.18.6"
17301730
"@codemirror/lang-json": "npm:6.0.1"
@@ -1776,7 +1776,7 @@ __metadata:
17761776
react-select: 5.8.0
17771777
rxjs: ^7.8.1
17781778
yaml: ^2.4.1
1779-
checksum: 10c0/ff9bb0c968cd29a851338f4066ac33afef6e8802e0d240e50dea47e93f27cf90c5380012b5fd8c08c3322da03da5ee322e5406aa50d944f7d9808664bebfdc73
1779+
checksum: 10c0/ba442929b3f3565b3face81a29ca74a7aa867ce5a032fee1141dbd6949ffac61d55fbcf8d8a99cf057f685249477ca0791da059d670b5c35c3932135930ef763
17801780
languageName: node
17811781
linkType: hard
17821782

@@ -5581,7 +5581,7 @@ __metadata:
55815581
version: 0.0.0-use.local
55825582
resolution: "dashboard@workspace:."
55835583
dependencies:
5584-
"@devtron-labs/devtron-fe-common-lib": "npm:1.20.6-pre-44"
5584+
"@devtron-labs/devtron-fe-common-lib": "npm:1.20.6-pre-47"
55855585
"@esbuild-plugins/node-globals-polyfill": "npm:0.2.3"
55865586
"@playwright/test": "npm:^1.32.1"
55875587
"@rjsf/core": "npm:^5.13.3"

0 commit comments

Comments
 (0)