From c57d4347c65d12c446d91120e07cc3d3ee2274a3 Mon Sep 17 00:00:00 2001 From: moisseev Date: Fri, 26 Aug 2022 10:41:07 +0300 Subject: [PATCH] [WebUI] Remove extra To column from filtering --- interface/js/app/history.js | 1 + 1 file changed, 1 insertion(+) diff --git a/interface/js/app/history.js b/interface/js/app/history.js index 7409be597..c511db25d 100644 --- a/interface/js/app/history.js +++ b/interface/js/app/history.js @@ -97,6 +97,7 @@ define(["jquery", "footable"], name: "rcpt_mime_short", title: "[Envelope To] To/Cc/Bcc", breakpoints: "xs sm md", + filterable: false, style: { "font-size": "11px", "minWidth": 100, -- 2.39.5