+
+ An Error Occurred
+ {formErrors.error}
+
+
+
IntegrationID
+
+
+
Provider
+
+
+
+
+
+
+
+
Name
+
+
+ {(integrationForm.provider === "webdav" || integrationForm.provider === "ftp") && (
+ <>
+
Address
+
+ >
+ )}
+ {(integrationForm.provider === "webdav" || integrationForm.provider === "ftp") && (
+ <>
+
Username
+
+ >
+ )}
+ {(integrationForm.provider === "webdav" || integrationForm.provider === "ftp") && (
+ <>
+
Password
+
+ >
+ )}
+
+ {integrationForm.provider === "ftp" && (
+
setIntegrationForm({ ...integrationForm, [target.name]: target.checked })}
+ label="Use actives transfers"
+ />
+ )}
+
+ {integrationForm.provider === "localfs" && (
+ <>
+ Path
+
+ >
+ )}
+
+ {integrationForm.provider === "dropbox" && (
+ <>
+ Access Token
+
+ >
+ )}
+
+