feat(frontend): backup jobs page

This commit is contained in:
Nicolas Meienberger
2025-11-01 17:09:43 +01:00
parent d81f3653ec
commit 18115b374c
19 changed files with 459 additions and 38 deletions

View File

@@ -134,23 +134,6 @@ export const CreateRepositoryForm = ({
)}
/>
{watchedBackend === "local" && (
<FormField
control={form.control}
name="path"
render={({ field }) => (
<FormItem>
<FormLabel>Path</FormLabel>
<FormControl>
<Input placeholder="/path/to/repository" {...field} />
</FormControl>
<FormDescription>Local filesystem path where the repository will be stored.</FormDescription>
<FormMessage />
</FormItem>
)}
/>
)}
{watchedBackend === "s3" && (
<>
<FormField