1
0
mirror of https://github.com/KubaPro010/fm-dx-webserver.git synced 2026-02-26 22:13:53 +01:00

new admin system, ui changes, bugfixes

This commit is contained in:
NoobishSVK
2024-02-27 23:04:26 +01:00
parent 2315f98079
commit 1fb9b99b95
21 changed files with 1038 additions and 411 deletions

View File

@@ -18,7 +18,7 @@ const MESSAGE_PREFIX = {
// Initialize an array to store logs
const logs = [];
const maxLogLines = 100;
const maxLogLines = 250;
const logDebug = (...messages) => {
if (verboseMode) {