8000 Fixed LogsView re-visit issue by hkernbach · Pull Request #14519 · arangodb/arangodb · GitHub
[go: up one dir, main page]

Skip to content

Fixed LogsView re-visit issue #14519

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Jul 29, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update CHANGELOG
  • Loading branch information
KVS85 authored Jul 28, 2021
commit b9ba9eb9bbfefe01c647da625efd8ec7b7818332
7 changes: 4 additions & 3 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ v3.8.0 (XXXX-XX-XX)
-------------------

* Web UI: Fixes a logical error which occured after re-visiting the logs view
which lead to not displaying the logs view and its entries correctly.
which lead to not displaying the logs view and its entries correctly
(BTS-507).

* Raised the versions of the node modules `node-sass` and `sass-loader`
to be able to build the Web UI with Node v16+.
* Raised the versions of the node modules `node-sass` and `sass-loader` to be
able to build the Web UI with Node v16+.

* Always remove blocker object for revision trees in case of replication
failures.
Expand Down
0