aceberg / WatchYourLAN

Lightweight network IP scanner with web GUI
https://hub.docker.com/r/aceberg/watchyourlan
MIT License
1.28k stars 56 forks source link

Clickable IP's #10

Closed danmed closed 1 year ago

danmed commented 1 year ago

I made something similar a long time ago (though it was manual) but the big time saver for me was being able to click on the IP's and have it open in a new tab.. Would this be possible?

Edit : looking at your index.html... would just changing line 25 to the below achieve this?

<td><a href="http://{{ .Ip }}" target="new">{{ .Ip }}</a></td>

aceberg commented 1 year ago

Done