Missing Artifacts menu from ContextSidebar.vue #14542
Replies: 2 comments
-
👋 @matter1-git! This was a deliberate choice from #13226.
While this choice was intentional, genuinely open to feedback if you're using artifacts in a way that this choice undermines. I want to hear from others too and to that end, I'm going to convert this to a discussion. |
Beta Was this translation helpful? Give feedback.
-
We plan to use artifacts to elevate certain key data about deployments and runs for non-technical users, and would like to have a quick way to link to the artifacts page (currently accessible through site search) as a "one stop shop" for navigating that information. This would allow our users to leverage artifact descriptions to find the correct information rather than sifting through the larger list of deployments, flows, and runs. |
Beta Was this translation helpful? Give feedback.
-
First check
Bug summary
The artifacts menu has vanished from the sidebar, but the route is available upon navigating to
/artifacts
manually.To fix this, add an item in p-context-sidebar, located in
ContextSidebar.vue
:<p-context-nav-item title="Artifacts" :to="routes.artifacts()" />
Reproduction
Error
Versions (
prefect version
output)Additional context
N/A
Beta Was this translation helpful? Give feedback.
All reactions