mirror of
https://github.com/perstarkse/minne.git
synced 2026-04-26 10:48:37 +02:00
feat: ingestion task streaming feedback
This commit is contained in:
@@ -45,7 +45,7 @@ enctype="multipart/form-data"
|
||||
const targetElement = document.getElementById('active_jobs_section');
|
||||
if (targetElement) {
|
||||
form.setAttribute('hx-target', '#active_jobs_section');
|
||||
form.setAttribute('hx-swap', 'outerHTML');
|
||||
form.setAttribute('hx-swap', 'beforeend');
|
||||
} else {
|
||||
form.setAttribute('hx-swap', 'none');
|
||||
form.removeAttribute('hx-target');
|
||||
|
||||
Reference in New Issue
Block a user