diff --git a/src/app/[orgId]/settings/clients/machine/create/page.tsx b/src/app/[orgId]/settings/clients/machine/create/page.tsx index f1c231a0..3971fb74 100644 --- a/src/app/[orgId]/settings/clients/machine/create/page.tsx +++ b/src/app/[orgId]/settings/clients/machine/create/page.tsx @@ -426,32 +426,32 @@ export default function Page() { )} /> - ( - - - {t("address")} - - - - - - - {t( - "addressDescription" - )} - - - )} - /> + {/* ( */} + {/* */} + {/* */} + {/* {t("address")} */} + {/* */} + {/* */} + {/* */} + {/* */} + {/* */} + {/* */} + {/* {t( */} + {/* "addressDescription" */} + {/* )} */} + {/* */} + {/* */} + {/* )} */} + {/* /> */} {/* )} /> - {form.watch("method") === + {/*form.watch("method") === "newt" && ( )} /> - )} + )*/} + + {tunnelTypes.length > 1 && ( + <> +
+ {t("type")} +
+ { + form.setValue("method", value); + }} + cols={3} + /> + + )} - {tunnelTypes.length > 1 && ( - - - - {t("tunnelType")} - - - {t("siteTunnelDescription")} - - - - { - form.setValue("method", value); - }} - cols={3} - /> - - - )} - {form.watch("method") === "newt" && ( <>