diff --git a/src/app/ssh/SshClient.tsx b/src/app/ssh/SshClient.tsx index 97adfcaf0..d8a07770f 100644 --- a/src/app/ssh/SshClient.tsx +++ b/src/app/ssh/SshClient.tsx @@ -343,18 +343,29 @@ export default function SshClient({ } className="w-full" > - Connect + {connecting ? "Connecting..." : "Connect"} )} {connected && ( -
+
+
+ +
+
+
)}
);