Skip to content

Commit

Permalink
fix(ui): add analysis rollout model (#66)
Browse files Browse the repository at this point in the history
* Add analysis modal

Signed-off-by: ashutosh16 <[email protected]>

Add analysis modal

Signed-off-by: ashutosh16 <[email protected]>

Add analysis modal

Signed-off-by: ashutosh16 <[email protected]>

Add analysis modal

Signed-off-by: ashutosh16 <[email protected]>

* Add analysis modal

Signed-off-by: ashutosh16 <[email protected]>

* Add analysis modal

Signed-off-by: ashutosh16 <[email protected]>

* feat: add analysis modal

Signed-off-by: ashutosh16 <[email protected]>

---------

Signed-off-by: ashutosh16 <[email protected]>
  • Loading branch information
ashutosh16 authored Jan 16, 2024
1 parent 86f0cf7 commit 3b795a4
Show file tree
Hide file tree
Showing 4 changed files with 526 additions and 255 deletions.
7 changes: 5 additions & 2 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,13 @@
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"argo-rollouts": "git+https://github.com/argoproj/argo-rollouts.git#3a257e3740312fc826606d2fd408beb51f7900cf",
"argo-rollouts": "git+https://github.com/argoproj/argo-rollouts.git#0eff316b85296ffcaae6306a91d4b7db78f63a86",
"argo-ui": "git+https://github.com/argoproj/argo-ui.git#5ff344ac9692c14dd108468bd3c020c3c75181cb",
"classnames": "2.2.6",
"json-loader": "^0.5.7",
"axios": "^1.6.2",
"recharts": "^2.9.0",

"null-loader": "^4.0.1",
"react": "^16.9.3",
"react-dom": "^16.9.3",
Expand Down Expand Up @@ -49,7 +53,6 @@
"@types/react": "^16.9.3",
"@types/react-dom": "^16.9.3",
"@types/react-helmet": "^6.1.0",
"@types/react-router-dom": "^5.1.7",
"babel-preset-react": "^6.24.1",
"portable-fetch": "^3.0.0",
"raw-loader": "^4.0.2",
Expand Down
Loading

0 comments on commit 3b795a4

Please sign in to comment.