up
This commit is contained in:
parent
5492ca3453
commit
6e0726cd76
@ -818,7 +818,7 @@ func HandleAddJobsMultiple(db *gorm.DB) http.HandlerFunc {
|
|||||||
|
|
||||||
// 6. Notification au frontend
|
// 6. Notification au frontend
|
||||||
download.Broadcast()
|
download.Broadcast()
|
||||||
w.WriteHeader(http.StatusNoContent)
|
//w.WriteHeader(http.StatusNoContent)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -11,7 +11,7 @@
|
|||||||
<div class="flex space-x-2">
|
<div class="flex space-x-2">
|
||||||
<select name="path_id" class="flex-1 border rounded p-2">
|
<select name="path_id" class="flex-1 border rounded p-2">
|
||||||
{{ range .paths }}
|
{{ range .paths }}
|
||||||
<option value="{{ .ID }}">{{ .Name }} ({{ .Path }})</option>
|
<option value="{{ .ID }}">{{ .PathName }} ({{ .Path }})</option>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</select>
|
</select>
|
||||||
<input type="text" name="new_subfolder" class="flex-1 border rounded p-2" placeholder="Créer un sous-dossier (optionnel)" />
|
<input type="text" name="new_subfolder" class="flex-1 border rounded p-2" placeholder="Créer un sous-dossier (optionnel)" />
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user