dapr / dashboard

General purpose dashboard for Dapr
Apache License 2.0
180 stars 47 forks source link

Same application view details page #220

Open xuzeyu91 opened 2 years ago

xuzeyu91 commented 2 years ago

Hello, I found a bug. In the DARP dashboard, if there are two applications with the same appid, the details will always be the first one. I suspect that the bug is caused by the front-end route, because I found that the appid is used as the route in the route

xuzeyu91 commented 2 years ago

For example, I started two appids with Net6 applications, one is port 5000 and the other is port 6000. However, no matter which one is clicked on the page, the details of the application with port 5000 will be displayed

marcosborges commented 5 months ago

I am facing the same problem.

I have two applications with the same name but in different namespaces

When I click on the name of the application to see the details, it always opens the application first.

I think it would be interesting to bring the namespace to which the application belongs in the listing and when you click, also pass the namespace in the url route along with the name of the application.