diff options
author | moisseev <moiseev@mezonplus.ru> | 2022-08-26 10:41:07 +0300 |
---|---|---|
committer | moisseev <moiseev@mezonplus.ru> | 2022-08-26 10:41:07 +0300 |
commit | c57d4347c65d12c446d91120e07cc3d3ee2274a3 (patch) | |
tree | 92523b5cbd5865bc56f91ae7657106f99979b7f2 /interface | |
parent | 0ccf644489417a84dc053d7b06c84a8e1cb3179b (diff) | |
download | rspamd-c57d4347c65d12c446d91120e07cc3d3ee2274a3.tar.gz rspamd-c57d4347c65d12c446d91120e07cc3d3ee2274a3.zip |
[WebUI] Remove extra To column from filtering
Diffstat (limited to 'interface')
-rw-r--r-- | interface/js/app/history.js | 1 |
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, |