summaryrefslogtreecommitdiff
path: root/src/Pages.hs
diff options
context:
space:
mode:
authorTom Smeding <tom@tomsmeding.com>2026-06-28 12:47:28 +0200
committerTom Smeding <tom@tomsmeding.com>2026-06-28 12:50:26 +0200
commit352f64c7171cf62f2e1a7578fb8e786dead90d9f (patch)
tree2fcb0663f1509b2fe5d1f2533f1e8859ddac36ad /src/Pages.hs
parent08e042b949ca358a86c256d137379e76f3881bfc (diff)
Prototype compressed event listing
Diffstat (limited to 'src/Pages.hs')
-rw-r--r--src/Pages.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Pages.hs b/src/Pages.hs
index 4e85cae..7b114a6 100644
--- a/src/Pages.hs
+++ b/src/Pages.hs
@@ -59,6 +59,8 @@ data LogData = LogData
, channel :: Text
, alias :: Text
, totalevents :: Text
+ , efAll :: Bool
+ , efCompr :: Bool
, picker :: PickerData
, events :: [EventData () Text]
}