-
-
-
- setForm({
- ...form,
- gatewayAddress: e.target.value
- })
- }
- placeholder="ws://localhost:7171/jet/ssh"
- className="bg-neutral-800 border-neutral-700 text-white"
- />
-
-
-
-
-
-
- setForm({
- ...form,
- authToken: e.target.value
- })
- }
- className="bg-neutral-800 border-neutral-700 text-white"
- />
-
}
@@ -320,10 +276,7 @@ export default function SshClient() {