mirror of
https://github.com/marcredhat/SIEM-toolkit-patched
synced 2026-06-08 12:33:51 +00:00
Default Ingest Dashboard to 1h view on load
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
+1
-1
@@ -302,7 +302,7 @@ function cvSetFilter(f) {
|
||||
// ── Ingest ────────────────────────────────────────────────────────────────
|
||||
|
||||
let igDays = 3
|
||||
let igHours = null // null = days mode, number = hours mode
|
||||
let igHours = 1 // default to 1h view
|
||||
|
||||
function renderIngest() {
|
||||
const btns = [
|
||||
|
||||
Reference in New Issue
Block a user