mirror of
https://github.com/portainer/portainer.git
synced 2025-08-10 00:05:24 +02:00
refactor(containers): replace containers datatable with react component [EE-1815] (#6059)
This commit is contained in:
parent
65821aaccc
commit
07e7fbd270
80 changed files with 3614 additions and 1084 deletions
|
@ -66,7 +66,9 @@
|
|||
"dependencies": {
|
||||
"@aws-crypto/sha256-js": "^2.0.0",
|
||||
"@fortawesome/fontawesome-free": "^5.15.4",
|
||||
"@lineup-lite/hooks": "^1.6.0",
|
||||
"@nxmix/tokenize-ansi": "^3.0.0",
|
||||
"@reach/menu-button": "^0.16.1",
|
||||
"@uirouter/angularjs": "1.0.11",
|
||||
"@uirouter/react": "^1.0.7",
|
||||
"@uirouter/react-hybrid": "^1.0.4",
|
||||
|
@ -113,7 +115,9 @@
|
|||
"rc-slider": "^9.7.5",
|
||||
"react": "^17.0.2",
|
||||
"react-dom": "^17.0.2",
|
||||
"react-is": "^17.0.2",
|
||||
"react-select": "^5.2.1",
|
||||
"react-table": "^7.7.0",
|
||||
"react-tooltip": "^4.2.21",
|
||||
"sanitize-html": "^2.5.3",
|
||||
"spinkit": "^2.0.1",
|
||||
|
@ -151,6 +155,7 @@
|
|||
"@types/lodash-es": "^4.17.5",
|
||||
"@types/react": "^17.0.37",
|
||||
"@types/react-dom": "^17.0.11",
|
||||
"@types/react-table": "^7.7.6",
|
||||
"@types/sanitize-html": "^2.5.0",
|
||||
"@types/toastr": "^2.1.39",
|
||||
"@typescript-eslint/eslint-plugin": "^5.7.0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue