-
-
- update("domain", e.target.value)
- }
- />
-
-
-
- update("username", e.target.value)
- }
- />
-
-
-
- update("password", e.target.value)
- }
- />
-
- {/*
+
+
+
+ Powered by{" "}
+
+ Pangolin
+
+
+
+
+
+ Sign in to Remote Desktop
+
+ Enter Windows credentials to access xxxx
+
+
+
+
+
+
+ update("domain", e.target.value)
+ }
+ />
+
+
+
+ update("username", e.target.value)
+ }
+ />
+
+
+
+ update("password", e.target.value)
+ }
+ />
+
+ {/*
*/}
- {/*
@@ -374,7 +416,7 @@ export default function RdpClient({
}
/>
*/}
- {/*
+ {/*
*/}
-
-
-
-
+
+
+
+
+
)}
-
-
- {error}
-
-
+
+
+
+ Powered by{" "}
+
+ Pangolin
+
+
+
+
+
+ SSH
+
+
+ {error}
+
+
+
);
}
return (
<>
{!connected && (
-
-
-
-
+
+
+
)}
{connected && (
diff --git a/src/app/vnc/VncClient.tsx b/src/app/vnc/VncClient.tsx
index 1d6e8c954..aad995d1b 100644
--- a/src/app/vnc/VncClient.tsx
+++ b/src/app/vnc/VncClient.tsx
@@ -6,8 +6,14 @@ import { Input } from "@/components/ui/input";
import { Label } from "@/components/ui/label";
import { toast } from "@app/hooks/useToast";
import { GetBrowserTargetResponse } from "@server/routers/resource";
-import { Card, CardContent } from "@app/components/ui/card";
-import LoginCardHeader from "@app/components/LoginCardHeader";
+import {
+ Card,
+ CardContent,
+ CardHeader,
+ CardTitle,
+ CardDescription
+} from "@app/components/ui/card";
+import Link from "next/link";
type FormState = {
password: string;
@@ -148,39 +154,79 @@ export default function VncClient({
if (error) {
return (
-
-
-
- {error}
-
-
+
+
+
+ Powered by{" "}
+
+ Pangolin
+
+
+
+
+
+ VNC
+
+
+ {error}
+
+
+
);
}
return (
<>
{!connected && (
-
-
-
-
+
+
+
)}