feat: implement template storage and download functionality with Docker support
This commit is contained in:
@@ -151,7 +151,7 @@ export default function TemplateList({ templates, onTemplateDeleted, onTemplateU
|
||||
<Button
|
||||
variant="outline"
|
||||
size="sm"
|
||||
onClick={() => window.open(template.file_path, "_blank")}
|
||||
onClick={() => window.open(`/api/templates/download/${template.stored_filename}`, "_blank")}
|
||||
>
|
||||
Pobierz
|
||||
</Button>
|
||||
|
||||
Reference in New Issue
Block a user