mirror of
https://github.com/marcredhat/SIEM-toolkit-patched
synced 2026-06-10 21:31:19 +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 ────────────────────────────────────────────────────────────────
|
// ── Ingest ────────────────────────────────────────────────────────────────
|
||||||
|
|
||||||
let igDays = 3
|
let igDays = 3
|
||||||
let igHours = null // null = days mode, number = hours mode
|
let igHours = 1 // default to 1h view
|
||||||
|
|
||||||
function renderIngest() {
|
function renderIngest() {
|
||||||
const btns = [
|
const btns = [
|
||||||
|
|||||||
Reference in New Issue
Block a user