add browser session info

This commit is contained in:
Vladimir Mandic
2023-09-22 21:01:07 -04:00
parent 9b4c4e5b49
commit f69625625b
6 changed files with 10 additions and 3 deletions
+1
View File
@@ -51,6 +51,7 @@ async function initLogMonitor() {
</table>
`;
el.style.display = 'none';
fetch(`/sdapi/v1/start?agent=${encodeURI(navigator.userAgent)}`);
logMonitor();
log('initLogMonitor');
}