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

[BUG] Workflow Executions render incorrectly when loading more results #507

Closed
1 of 13 tasks
schottra opened this issue Sep 11, 2020 · 1 comment
Closed
1 of 13 tasks
Assignees
Labels
bug Something isn't working ui Admin console user interface untriaged This issues has not yet been looked at by the Maintainers
Milestone

Comments

@schottra
Copy link
Contributor

Describe the bug
When viewing the workflow executions table, on the workflow details page, clicking the "Load More" button can cause the table to render items on top of each other.

Note: It is possible that this is caused by the rendering of error messages in failed items.

Expected behavior
The next set of results renders correctly.

Flyte component

  • Overall
  • Flyte Setup and Installation scripts
  • Flyte Documentation
  • Flyte communication (slack/email etc)
  • FlytePropeller
  • FlyteIDL (Flyte specification language)
  • Flytekit (Python SDK)
  • FlyteAdmin (Control Plane service)
  • FlytePlugins
  • DataCatalog
  • FlyteStdlib (common libraries)
  • FlyteConsole (UI)
  • Other

To Reproduce
Steps to reproduce the behavior:

  1. View the details page for a workflow with enough executions (> 25) to show the Load More button.
  2. Click the button to load more records.
  3. Observe the rendering of the items appended to the list.

Screenshots
image

@schottra schottra added bug Something isn't working ui Admin console user interface untriaged This issues has not yet been looked at by the Maintainers labels Sep 11, 2020
@schottra schottra added this to the 0.10.0 milestone Nov 4, 2020
@schottra
Copy link
Contributor Author

schottra commented Nov 6, 2020

fixed by flyteorg/flyteconsole#116
available in flyteconsole v0.17.1

@schottra schottra closed this as completed Nov 6, 2020
eapolinario pushed a commit to eapolinario/flyte that referenced this issue Dec 20, 2022
* fixed nil panic on gate node sleep check

Signed-off-by: Dan Rammer <[email protected]>

* lint issue

Signed-off-by: Dan Rammer <[email protected]>

Signed-off-by: Dan Rammer <[email protected]>
eapolinario pushed a commit to eapolinario/flyte that referenced this issue Dec 20, 2022
* feat: launch plans list #none;
* fix: launch plan detail page the top navigation header
* fix: added expected inputs and fixed inputs; #none
* fix: remove radio buttons for view all launch plan versions; #none

Signed-off-by: James <[email protected]>
eapolinario pushed a commit to eapolinario/flyte that referenced this issue Jul 24, 2023
eapolinario pushed a commit to eapolinario/flyte that referenced this issue Aug 9, 2023
* fixed nil panic on gate node sleep check

Signed-off-by: Dan Rammer <[email protected]>

* lint issue

Signed-off-by: Dan Rammer <[email protected]>

Signed-off-by: Dan Rammer <[email protected]>
eapolinario pushed a commit to eapolinario/flyte that referenced this issue Aug 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ui Admin console user interface untriaged This issues has not yet been looked at by the Maintainers
Projects
None yet
Development

No branches or pull requests

1 participant