new options
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user