Link to tailscale admin panel

This commit is contained in:
Yuri Iozzelli 2022-09-29 17:59:55 +02:00 committed by Carlo Piovesan
parent c5efb90123
commit d6df3009d8

View file

@ -57,7 +57,7 @@
case State.Running:
{
const a = document.getElementById("loginLink");
a.href = "#";
a.href = "https://login.tailscale.com/admin/machines";
break;
}
case State.Starting:
@ -126,7 +126,7 @@
</a>
</li>
<li style=" margin-right: 50px; height: 100%; display: flex; align-items: center;">
<a id="loginLink" href="#">
<a id="loginLink" href="#" target="_blank">
<div id="networkStatus" style="color: white; font-family: montserrat; font-weight: 700; font-size: large;">Tailscale Login</div>
</a>
</li>