You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we could call /api/topology/{name}/{id} with node labels instead of IDs, we would be able to load node details directly if only node labels were provided in the URL.
As far as I can see, this is the only backend blocker for resolving #2030 and it would only require us to do a bit more sophisticated search through nodes in handleNode in api_topology.go.