Working on ui

This commit is contained in:
Owen
2026-05-31 17:25:03 -07:00
parent cb2ee9c489
commit b99e9a6468
9 changed files with 40 additions and 33 deletions

View File

@@ -1128,9 +1128,7 @@ export function PrivateResourceForm({
/>
</div>
)}
{(mode === "host" ||
(mode === "ssh" &&
sshServerMode !== "native")) && (
{(mode === "host" || mode === "ssh") && (
<div className="min-w-0">
<FormField
control={form.control}