Browse Source

Link to tailscale admin panel

Yuri Iozzelli 2 years ago
parent
commit
d6df3009d8
1 changed files with 2 additions and 2 deletions
  1. 2 2
      index.html

+ 2 - 2
index.html

@@ -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>