Skip to content
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

Paginate Logs and fix log sorting #11

Open
Panaetius opened this issue Feb 19, 2019 · 0 comments
Open

Paginate Logs and fix log sorting #11

Panaetius opened this issue Feb 19, 2019 · 0 comments
Labels
enhancement New feature or request mlbench-dashboard

Comments

@Panaetius
Copy link
Member

Logs in the dashboard can get very lengthy, leading to performance issues in most browsers.

Logs should be paginated (1000 entries/per page or so).

Additionally, new entries are currently placed at the end of the logs, meaning the user has to keep scrolling to keep up with the logs.

We could either invert the sort order (newest entries first) or we could add a "Follow Log" checkbox that automatically scrolls to the end when an entry is appended to the log. Either way, the newest entries should be on the first page of the logs.

@Panaetius Panaetius added enhancement New feature or request mlbench-dashboard labels Feb 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request mlbench-dashboard
Projects
None yet
Development

No branches or pull requests

1 participant