client/web: add exit node selector

Add exit node selector (in full management client only) that allows
for advertising as an exit node, or selecting another exit node on
the Tailnet for use.

Updates #10261

Signed-off-by: Sonia Appasamy <sonia@tailscale.com>
This commit is contained in:
Sonia Appasamy
2023-11-15 15:23:15 -05:00
committed by Sonia Appasamy
parent 0e27ec2cd9
commit e75be017e4
7 changed files with 741 additions and 65 deletions
+1
View File
@@ -55,6 +55,7 @@ function WebClient({
readonly={!auth.canManageNode}
node={data}
updateNode={updateNode}
updatePrefs={updatePrefs}
/>
</Route>
<Route path="/details">