ui
ui copied to clipboard
BUG: Flow name in popup when hovering over flow runs in the run history does not always load.
Bug Description When looking at flow runs in the Run History section of a project, the name of the flow in the flow run hover popup sometimes does not load. This makes it difficult to know which runs are succeeding/failing/etc.
Steps To Reproduce
- Navigate to a project in Prefect
- Ensure you have runs in the run history, multiple flows may be better as some flow names will show and some won't.
- Hover over flow runs and observer that the name sometimes does not load.
Browsers Tested:
- [X] Chrome
- [ ] Firefox
- [ ] Safari
- [ ] Edge
- [ ] IE
Notes
Unfortunately this is an intermittent issue. I've seen it several times but it's not always reproducable.

Thanks @zyzil - the popup there is calling a lot of information and I think the flow name not showing is likely down to a query timeout. I'm putting this as part of our backlog so a UI team member can investigate and see if there's a more efficient way we could be making that query.