Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Same application view details page #220

Open
xuzeyu91 opened this issue Aug 23, 2022 · 2 comments
Open

Same application view details page #220

xuzeyu91 opened this issue Aug 23, 2022 · 2 comments
Labels

Comments

@xuzeyu91
Copy link

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
Copy link
Author

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
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants