summaryrefslogtreecommitdiffhomepage
path: root/client/web/src/ui/toggle.tsx
AgeCommit message (Collapse)AuthorFilesLines
2023-11-28scripts/check_license_headers: enforce license on ts/tsx filesSonia Appasamy1-0/+3
Enforcing inclusion of our OSS license at the top of .ts and .tsx files. Also updates any relevant files in the repo that were previously missing the license comment. An additional `@license` comment is added to client/web/src/index.tsx to preserve the license in generated Javascript. Updates #10261 Signed-off-by: Sonia Appasamy <sonia@tailscale.com>
2023-11-13client/web: add Tailscale SSH viewSonia Appasamy1-0/+41
Updates tailscale/corp#14335 Signed-off-by: Sonia Appasamy <sonia@tailscale.com>