Prevent unnecessary namespace listing #458
Labels
app: dashboard
Concerns the Dashboard UI
priority: low
Indicates a low priority issue
type: enhancement
New feature or request
weight: 2
An issue with a low development impact
Milestone
What would you like to be added:
Avoid listing namespaces when they are not required, namely in a workflow details view.
Why is this needed:
In the workflow details view, when listing the instances of a workflow, the list component currently retrieves the list of namespaces by default. This is typically used to populate a dropdown for filtering entities by namespace.
However, in cases where the namespace is predefined by the workflow definition and fixed, the namespace dropdown is not displayed. In such situations, fetching the list of namespaces is unnecessary and could be avoided to improve efficiency.
The text was updated successfully, but these errors were encountered: