ui add server connection status indicators

Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2025-09-26 13:25:17 -04:00
parent 7bc6edf483
commit 07a66b4815
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -78,6 +78,7 @@ async function logMonitor() {
for (const line of lines) addLogLine(line);
if (!logConnected) {
logConnected = true;
monitorConnection();
xhrPost(`${window.api}/log`, { debug: 'connected' });
}
} else {