-
Notifications
You must be signed in to change notification settings - Fork 75
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
Execution Dashboard Backend Pagination & Frontend Loading Icon #3105
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! I left a few comments. Please address them.
There are three issues that I found:
- Sorting by execution name doesn't work.
- The End Time column is too small to display the time in a single line. Probably reduce the status column size since it is unnecessarily big.
- Do we have a bigger button for sorting? It is too small to look at the colors.
For 2 and 3, since the issues are not related to this PR, you can create a new PR to fix these issues or fix them here.
core/gui/src/app/dashboard/component/admin/execution/admin-execution.component.ts
Outdated
Show resolved
Hide resolved
...scala/edu/uci/ics/texera/web/resource/dashboard/admin/execution/AdminExecutionResource.scala
Show resolved
Hide resolved
...scala/edu/uci/ics/texera/web/resource/dashboard/admin/execution/AdminExecutionResource.scala
Outdated
Show resolved
Hide resolved
core/gui/src/app/dashboard/component/admin/execution/admin-execution.component.ts
Outdated
Show resolved
Hide resolved
The sorting function on execution names should work. It seems not working might because of the default name for each execution is the same. The id in the parenthesis is not included in the execution name. |
… into Zhe-execution-optimization merge
This PR addresses the issue #3016 that execution dashboard takes long time to load.
Changed made:
Loading Icon:
Page Size Change: