Skip to content
Merged
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.5-alpha-8",
"@devtron-labs/devtron-fe-common-lib": "1.20.5-alpha-9",
"@esbuild-plugins/node-globals-polyfill": "0.2.3",
"@rjsf/core": "^5.13.3",
"@rjsf/utils": "^5.13.3",
Expand Down
4 changes: 3 additions & 1 deletion src/components/Navigation/constants.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import { generatePath } from 'react-router-dom'

import { URLS as COMMON_URLS } from '@devtron-labs/devtron-fe-common-lib'

import { importComponentFromFELibrary } from '@Components/common'
Expand Down Expand Up @@ -431,7 +433,7 @@ export const NAVIGATION_LIST: NavigationGroupType[] = [
dataTestId: 'data-protection-backup-and-schedule',
id: 'data-protection-backup-and-schedule',
icon: 'ic-floppy-disk',
href: COMMON_URLS.DATA_PROTECTION_BACKUP_AND_SCHEDULE,
href: generatePath(COMMON_URLS.DATA_PROTECTION_BACKUP_AND_SCHEDULE, { view: 'backups' }),
},
{
title: 'Restores',
Expand Down
2 changes: 1 addition & 1 deletion src/css/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1361,7 +1361,7 @@ button.anchor {
.dc__devtron-breadcrumb__item__separator {
margin: 0 4px;
font-weight: 400;
color: var(--N500);
color: var(--N600);
}

.multi-chart-summary__values-select.popup-body,
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.5-alpha-8":
version: 1.20.5-alpha-8
resolution: "@devtron-labs/devtron-fe-common-lib@npm:1.20.5-alpha-8"
"@devtron-labs/devtron-fe-common-lib@npm:1.20.5-alpha-9":
version: 1.20.5-alpha-9
resolution: "@devtron-labs/devtron-fe-common-lib@npm:1.20.5-alpha-9"
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/15c63e7a1fb5e1627e389e7803024c40599faea9f625125fc3b9fb57f7b2df3bb6eaca90c361825ff7c3be4a34a7a3021c6494917a94f3790b7d5df3f6e122bb
checksum: 10c0/9fc1e0b6cc3138a1ec36b35f30ff47408a559cbdabc0bba6de181fa021da428d054b5f7b94c359bccded061cac4d1c65720e2d8751b2e81fd6b15d0bb0b9ae26
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.5-alpha-8"
"@devtron-labs/devtron-fe-common-lib": "npm:1.20.5-alpha-9"
"@esbuild-plugins/node-globals-polyfill": "npm:0.2.3"
"@playwright/test": "npm:^1.32.1"
"@rjsf/core": "npm:^5.13.3"
Expand Down
Loading