new options

This commit is contained in:
Mateusz Gruszczyński
2025-11-03 10:32:38 +01:00
parent d01ca3512e
commit 58205be555
4 changed files with 71 additions and 9 deletions

View File

@@ -6,6 +6,8 @@ document.addEventListener('DOMContentLoaded', function() {
const resetBtn = document.getElementById('reset_filters');
const logsTable = document.getElementById('logs_table');
if (!logsTable) return; // Exit if no logs
const allRows = Array.from(document.querySelectorAll('.log-row'));
// Filter function