Hi,
I have a dashboard that uses HTML links for logging on to devices via VNC, SSH, SCP etc. After a short maintenance on the server, now it does not recognise all of them as links anymore.
ssh2 and vnc2 are fine, but the rest are no go... Neither chrome nor edge nor firefox are seeing them as links.
<panel>
<html>
<p align="center">
<a href="vnc:$exampleIp$" target="_blank">VNC</a>
</p>
<p align="center">
<a href="scp://admin:password@$exampleIp$" target="_blank">SCP</a>
</p>
<p align="center">
<a href="http://$exampleIp$" target="_blank">WEB</a>
</p>
<p align="center">
<a href="ssh2://admin:password@$exampleIp$/">SSH</a>
</p>
<p align="center">
<a href="vnc2:$exampleIp$:5901" target="_blank">VNC2</a>
</p>
</html>
</panel>
Inspected element: