diff --git a/report.tmpl b/report.tmpl index ff2bcfe..9e79097 100644 --- a/report.tmpl +++ b/report.tmpl @@ -12,8 +12,12 @@ function fillForm() { const filterableFields = [ - "EventName", "Asset", + "Channel", + "Event", + "EventName", + "Resolved", + "Thread", ]; const fieldsToOptions = {}; filterableFields.map((field) => {fieldsToOptions[field] = {}});