improved GUI password handling

fix serial console uptime
fix #384 round total values
This commit is contained in:
lumapu 2022-11-04 12:29:04 +01:00
parent 6a6d522d3b
commit 74f4a114cd
8 changed files with 19 additions and 14 deletions

View file

@ -53,7 +53,7 @@
}
}
getAjax("/api" + window.location.pathname, parse);
getAjax("/api/html" + window.location.pathname, parse);
</script>
</body>
</html>