diff --git a/app.py b/app.py index c1d3eaf..6dfbb59 100644 --- a/app.py +++ b/app.py @@ -2351,10 +2351,10 @@ async function utSave(){ if(!share){flash('ut-form-flash','err','Bitte eine Freigabe wählen');return;} const body={type:'smb',name,dest_path:dest,share, host:_utConn.host, user:_utConn.user, pass:_utConn.pass}; - flash('ut-form-flash','ok','Speichere...'); + flash('ut-form-flash','warn','Speichere...'); const r=await api('/upload/targets','POST',body); if(r.error){flash('ut-form-flash','err',r.error);return;} - flash('ut-form-flash','ok','Teste Verbindung...'); + flash('ut-form-flash','warn','Teste Verbindung - Schreibzugriff wird geprüft...'); const t=await api('/upload/targets/'+r.id+'/test','POST'); if(t.ok){flash('ut-form-flash','ok','✓ Verbindung OK - Lesen & Schreiben erfolgreich');utToggleForm();await loadUTs();} else flash('ut-form-flash','err','✗ '+(t.error||'Test fehlgeschlagen')); diff --git a/version.txt b/version.txt index fff1fac..d1c66e6 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.0.35 \ No newline at end of file +1.0.36 \ No newline at end of file