From 070956ba1a73dfea82ee1e35fab5ffcd07a7fbee Mon Sep 17 00:00:00 2001 From: Malo BEAUCHAMPS Date: Mon, 21 Oct 2024 14:02:33 +0200 Subject: [PATCH] feat: port copy and tps --- src/pages/Dashboard.tsx | 14 ++++++++------ src/pages/Instances.tsx | 15 ++++++++------- src/pages/Practical.tsx | 12 ++++++++++++ 3 files changed, 28 insertions(+), 13 deletions(-) diff --git a/src/pages/Dashboard.tsx b/src/pages/Dashboard.tsx index 72cad8f..458d535 100644 --- a/src/pages/Dashboard.tsx +++ b/src/pages/Dashboard.tsx @@ -69,12 +69,14 @@ function Dashboard() {

Linked to: {instance.tp.name}

)}
- - Learn More - + {false && ( + + Learn More + + )} {instance.tp && ( Linked to: {instance.tp.name}

)}
- - Learn More - + {false && ( + + Learn More + + )} {instance.tp && (
+
  • + Port: +
    copyText(tp.port)} + > + {tp.port} +
    + +
    +
    +
  • Password: