dashboard
dashboard copied to clipboard
Same application view details page
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
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
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.