Skip to content

Commit 549c5cb

Browse files
authored
Merge pull request #2917 from devtron-labs/feat/application-management-overview
feat: application management overview
2 parents a6ea722 + 7bc40d6 commit 549c5cb

File tree

4 files changed

+14
-7
lines changed

4 files changed

+14
-7
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.1-pre-3",
7+
"@devtron-labs/devtron-fe-common-lib": "1.20.1-pre-4",
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: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,6 @@ export const NAVIGATION_LIST: NavigationGroupType[] = [
199199
id: 'application-management-overview',
200200
icon: 'ic-speedometer',
201201
href: COMMON_URLS.APPLICATION_MANAGEMENT_OVERVIEW,
202-
disabled: true,
203202
},
204203
{
205204
title: 'Applications',

src/css/base.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3397,6 +3397,10 @@ button.anchor {
33973397
height: 132px;
33983398
}
33993399

3400+
.h-150 {
3401+
height: 150px;
3402+
}
3403+
34003404
.h-166 {
34013405
height: 166px;
34023406
}
@@ -3441,6 +3445,10 @@ button.anchor {
34413445
height: 380px !important;
34423446
}
34433447

3448+
.h-400 {
3449+
height: 400px;
3450+
}
3451+
34443452
.h-500 {
34453453
height: 500px !important;
34463454
}

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.1-pre-3":
1726-
version: 1.20.1-pre-3
1727-
resolution: "@devtron-labs/devtron-fe-common-lib@npm:1.20.1-pre-3"
1725+
"@devtron-labs/devtron-fe-common-lib@npm:1.20.1-pre-4":
1726+
version: 1.20.1-pre-4
1727+
resolution: "@devtron-labs/devtron-fe-common-lib@npm:1.20.1-pre-4"
17281728
dependencies:
17291729
"@codemirror/autocomplete": "npm:6.18.6"
17301730
"@codemirror/lang-json": "npm:6.0.1"
@@ -1775,7 +1775,7 @@ __metadata:
17751775
react-select: 5.8.0
17761776
rxjs: ^7.8.1
17771777
yaml: ^2.4.1
1778-
checksum: 10c0/9696387a5659e2f30746da5ac3dfcb7497edbe276a212e7cd2816b0a41c8b217e8e0f4e5267e64e415fe103837381c9528b8d208b42e0f062f7470c4b47f4e7c
1778+
checksum: 10c0/f68f98e119e8cc7403bf8cf6b6b3ad0549b1a2186e9c8c4acce66052ef682c510aea1eb91d6b21b86e2c5b0587e56f4558156cd05c5c5c4857f82047748e4389
17791779
languageName: node
17801780
linkType: hard
17811781

@@ -5738,7 +5738,7 @@ __metadata:
57385738
version: 0.0.0-use.local
57395739
resolution: "dashboard@workspace:."
57405740
dependencies:
5741-
"@devtron-labs/devtron-fe-common-lib": "npm:1.20.1-pre-3"
5741+
"@devtron-labs/devtron-fe-common-lib": "npm:1.20.1-pre-4"
57425742
"@esbuild-plugins/node-globals-polyfill": "npm:0.2.3"
57435743
"@playwright/test": "npm:^1.32.1"
57445744
"@rjsf/core": "npm:^5.13.3"

0 commit comments

Comments
 (0)