Skip to content

Commit

Permalink
Add topic messages UI (provectus#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
maksimtereshin committed Jun 16, 2020
1 parent ca6b646 commit fb52b99
Show file tree
Hide file tree
Showing 13 changed files with 322 additions and 49 deletions.
165 changes: 129 additions & 36 deletions kafka-ui-react-app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions kafka-ui-react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"bulma-switch": "^2.0.0",
"classnames": "^2.2.6",
"immer": "^6.0.5",
"date-fns": "^2.14.0",
"lodash": "^4.17.15",
"pretty-ms": "^6.0.1",
"react": "^16.12.0",
Expand Down
2 changes: 1 addition & 1 deletion kafka-ui-react-app/src/components/App.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ $navbar-width: 250px;
left: 0;
bottom: 0;
padding: 20px 20px;

overflow-y: scroll;
}
}
Loading

0 comments on commit fb52b99

Please sign in to comment.