aboutsummaryrefslogtreecommitdiffstats
path: root/interface
diff options
context:
space:
mode:
authormoisseev <moiseev@mezonplus.ru>2022-08-26 10:41:07 +0300
committermoisseev <moiseev@mezonplus.ru>2022-08-26 10:41:07 +0300
commitc57d4347c65d12c446d91120e07cc3d3ee2274a3 (patch)
tree92523b5cbd5865bc56f91ae7657106f99979b7f2 /interface
parent0ccf644489417a84dc053d7b06c84a8e1cb3179b (diff)
downloadrspamd-c57d4347c65d12c446d91120e07cc3d3ee2274a3.tar.gz
rspamd-c57d4347c65d12c446d91120e07cc3d3ee2274a3.zip
[WebUI] Remove extra To column from filtering
Diffstat (limited to 'interface')
-rw-r--r--interface/js/app/history.js1
1 files changed, 1 insertions, 0 deletions
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,