diff --git a/frontend/index.html b/frontend/index.html index 667939c..62664d0 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -273,15 +273,30 @@ function renderIngest() {

Loading…

-

Filter Simulator

-

Estimate events and GB eliminated by dropping a source + event type combination.

+
+
+

Filter Simulator

+

Before writing an SDL exclusion filter, use this to see how many events and GB it would remove.

+
+ +
+ + +
- + class="px-4 py-2 text-sm bg-purple-700 hover:bg-purple-600 rounded-lg text-white transition-colors">Simulate
@@ -341,6 +356,11 @@ async function igLoad() { } } +function toggleSimHelp() { + const el = document.getElementById('sim-help') + el.classList.toggle('hidden') +} + async function igSimulate() { setBtn('btn-sim', true) try {