From 50865f4265cf1b09c8d2b3657841ea6a782fb95a Mon Sep 17 00:00:00 2001 From: Owen Date: Fri, 15 May 2026 17:37:30 -0700 Subject: [PATCH] Remove terminate button --- src/app/ssh/SshClient.tsx | 21 +++++---------------- 1 file changed, 5 insertions(+), 16 deletions(-) diff --git a/src/app/ssh/SshClient.tsx b/src/app/ssh/SshClient.tsx index c5dbebac7..97adfcaf0 100644 --- a/src/app/ssh/SshClient.tsx +++ b/src/app/ssh/SshClient.tsx @@ -350,22 +350,11 @@ export default function SshClient({ )} {connected && ( -
-
- -
-
-
+
)}
);