From a54a4f757bfb9400550372d4b91fd5dc331587d0 Mon Sep 17 00:00:00 2001 From: Sonia Appasamy Date: Tue, 5 Dec 2023 14:44:07 -0500 Subject: [PATCH] client/web: add licenses and policies links Adds a footer to the device details page that mirrors license and policy content on other Tailscale clients. Updates #10261 Signed-off-by: Sonia Appasamy --- .../components/views/device-details-view.tsx | 54 +++++++++++++++---- 1 file changed, 44 insertions(+), 10 deletions(-) diff --git a/client/web/src/components/views/device-details-view.tsx b/client/web/src/components/views/device-details-view.tsx index 70b29c40c..d556b179e 100644 --- a/client/web/src/components/views/device-details-view.tsx +++ b/client/web/src/components/views/device-details-view.tsx @@ -162,16 +162,50 @@ export default function DeviceDetailsView({ - - Want even more details? Visit{" "} - - this device’s page - {" "} - in the admin console. - + )