provectus / kafka-ui

Open-Source Web UI for Apache Kafka Management
Apache License 2.0
9.68k stars 1.17k forks source link

Connectors table rows do not open in a new tab upon clicking with middle mouse click #2723

Open Haarolean opened 2 years ago

Haarolean commented 2 years ago

Unlike other tables in the app if you click on a KC connector in the table with a middle mouse click -- it doesn't get opened in a new tab.

vitalymatyushik commented 2 years ago

good day @Haarolean
can I take this issue?

Haarolean commented 2 years ago

good day @Haarolean can I take this issue?

yo, sure

vitalymatyushik commented 2 years ago

@Haarolean could you please guide me what should be set in VITE_DEV_PROXY env variable? I didn't find how to run BE (maybe there is a way to run FE without local BE)

Haarolean commented 2 years ago

@vitalymatyushik you can run the app in a container so you don't have to build it, this way you'll have to build just the frontend, and vite_dev_proxy would be "http://localhost:8080/".

vitalymatyushik commented 2 years ago

@Haarolean could you please help to fix an issue with e2e tests? my PR