srv/poe_manager/templates/logs.html aktualisiert
This commit is contained in:
@@ -33,8 +33,7 @@ document.addEventListener("DOMContentLoaded", () => {
|
||||
.then(data => {
|
||||
const box = document.getElementById("log-box");
|
||||
const filteredLines = data
|
||||
.split("\n")
|
||||
.filter(line => !line.includes("ist erreichbar!"));
|
||||
.split("\n");
|
||||
box.innerText = filteredLines.join("\n");
|
||||
box.scrollTop = box.scrollHeight;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user