Added a table for showing consumer group topic offsets

This commit is contained in:
Nir Gazit
2021-01-05 12:46:05 +02:00
parent 5ac1779f1a
commit b617083159
15 changed files with 386 additions and 255 deletions
+3 -1
View File
@@ -23,9 +23,10 @@
"@backstage/core": "^0.4.1",
"@backstage/theme": "^0.2.2",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "4.0.0-alpha.45",
"kafkajs": "^1.15.0",
"lodash": "^4.17.20",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-use": "^15.3.3"
@@ -38,6 +39,7 @@
"@testing-library/react": "^10.4.1",
"@testing-library/user-event": "^12.0.7",
"@types/jest": "^26.0.7",
"@types/lodash": "^4.14.166",
"@types/node": "^12.0.0",
"cross-fetch": "^3.0.6",
"msw": "^0.21.2"