easypanel-io / hub

0 stars 1 forks source link

Feature Request: Open server url in new window by Ctrl+Left Click or by Middle Click on the server icon #1

Closed amerhanna closed 1 month ago

amerhanna commented 1 month ago

Surround the server icon with tag wuth the server url

<a href={server.url} target="_blank" onClick={(e)=>{e.preventDefault()}}>

image

deiucanta commented 1 month ago

Done, thanks for the suggestion