Skip to content

Commit afc0f30

Browse files
committed
feat: add security modal from fe-lib
1 parent 423b7f9 commit afc0f30

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+2736
-278
lines changed

package-lock.json

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

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@
7373
"vite-tsconfig-paths": "^4.3.2"
7474
},
7575
"peerDependencies": {
76-
"react-select": "5.8.0",
7776
"@rjsf/core": "^5.13.3",
7877
"@rjsf/utils": "^5.13.3",
7978
"@rjsf/validator-ajv8": "^5.13.3",
@@ -87,15 +86,17 @@
8786
"react-mde": "^11.5.0",
8887
"react-router": "^5.3.0",
8988
"react-router-dom": "^5.3.0",
89+
"react-select": "5.8.0",
9090
"rxjs": "^7.8.1",
9191
"yaml": "^2.4.1"
9292
},
9393
"dependencies": {
9494
"@types/react-dates": "^21.8.6",
9595
"ansi_up": "^5.2.1",
96+
"dayjs": "^1.11.12",
9697
"fast-json-patch": "^3.1.1",
97-
"react-dates": "^21.8.0",
9898
"jsonpath-plus": "^9.0.0",
99+
"react-dates": "^21.8.0",
99100
"react-monaco-editor": "^0.54.0",
100101
"sass": "^1.69.7",
101102
"tslib": "^2.4.1"

src/Assets/Icon/ic-bug.svg

Lines changed: 7 additions & 0 deletions
Loading

src/Assets/Icon/ic-error.svg

Lines changed: 12 additions & 0 deletions
Loading

src/Assets/Icon/ic-expand.svg

Lines changed: 7 additions & 0 deletions
Loading

src/Assets/Icon/ic-success.svg

Lines changed: 8 additions & 0 deletions
Loading
Lines changed: 65 additions & 0 deletions
Loading

src/Common/Constants.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@ export const ROUTES = {
101101
PLUGIN_GLOBAL_LIST_DETAIL_V2: 'plugin/global/list/detail/v2',
102102
PLUGIN_GLOBAL_LIST_V2: 'plugin/global/list/v2',
103103
PLUGIN_GLOBAL_LIST_TAGS: 'plugin/global/list/tags',
104+
K8S_RESOURCE_SECURITY: 'k8s/resource/security',
105+
SCAN_RESULT: 'scan-result',
104106
}
105107

106108
export enum KEY_VALUE {

0 commit comments

Comments
 (0)