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