Add startup config editor.

This commit is contained in:
chriz
2026-01-26 20:40:30 +01:00
parent 17b428a603
commit b5c249995f
5 changed files with 74 additions and 28 deletions
+2 -1
View File
@@ -49,7 +49,8 @@ async function fetchCmdLog() {
console.log("CMD-Log: ", response);
const t = await response.text();
return t;
} catch(error) {
} catch(err) {
console.error("Error: ", err);
return "";
}
}