dashboard icon indicating copy to clipboard operation
dashboard copied to clipboard

Same application view details page

Open xuzeyu91 opened this issue 2 years ago • 2 comments

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 avatar Aug 23 '22 15:08 xuzeyu91

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

xuzeyu91 avatar Aug 23 '22 15:08 xuzeyu91

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.

marcosborges avatar Mar 14 '24 23:03 marcosborges