fehlermeldungen gebaut

This commit is contained in:
ecki
2026-04-05 18:15:53 +02:00
parent 80b96319ee
commit 8aa85d47a7
8 changed files with 76 additions and 35 deletions
+3 -1
View File
@@ -204,7 +204,9 @@ window.saveIP = async function(){
return
}
}
}catch(e){}
}catch(e){
console.log("Save IP Fehler:", e)
}
await api(API + "/resources/" + resourceId + "/ips", {
method: "POST",