Skip to content

Commit a6358e7

Browse files
authored
Merge pull request #944 from devtron-labs/feat/security-overview
feat: security overview
2 parents 538ae44 + a9d2481 commit a6358e7

File tree

27 files changed

+233
-81
lines changed

27 files changed

+233
-81
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devtron-labs/devtron-fe-common-lib",
3-
"version": "1.20.6-pre-38",
3+
"version": "1.20.6-pre-39",
44
"description": "Supporting common component library",
55
"type": "module",
66
"main": "dist/index.js",
Lines changed: 12 additions & 0 deletions
Loading
Lines changed: 12 additions & 0 deletions
Loading
Lines changed: 4 additions & 0 deletions
Loading

src/Common/Constants.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,9 @@ export const URLS = {
130130
COST_CONFIGURATIONS: `${COST_VISIBILITY_ROOT}/configurations`,
131131
// SECURITY CENTER
132132
SECURITY_CENTER: SECURITY_CENTER_ROOT,
133+
SECURITY_CENTER_OVERVIEW: `${SECURITY_CENTER_ROOT}/overview`,
134+
SECURITY_CENTER_SCANS: `${SECURITY_CENTER_ROOT}/scans`,
135+
SECURITY_CENTER_POLICIES: `${SECURITY_CENTER_ROOT}/policies`,
133136
// AUTOMATION AND ENABLEMENT
134137
AUTOMATION_AND_ENABLEMENT: AUTOMATION_AND_ENABLEMENT_ROOT,
135138
AUTOMATION_AND_ENABLEMENT_JOB: `${AUTOMATION_AND_ENABLEMENT_ROOT}/job`,

src/Pages-Devtron-2.0/InfrastructureManagement/Overview/Overview.tsx

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/Pages-Devtron-2.0/InfrastructureManagement/Overview/index.ts

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
export * from './Overview'
21
export * from './Shared'

src/Pages-Devtron-2.0/SecurityCenter/Overview/Overview.tsx

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)