diff options
author | Vsevolod Stakhov <vsevolod@rspamd.com> | 2022-08-26 10:10:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-26 10:10:32 +0100 |
commit | aca11603fc7d669fb104152760d2a051866f2cc7 (patch) | |
tree | 92523b5cbd5865bc56f91ae7657106f99979b7f2 /interface | |
parent | 0ccf644489417a84dc053d7b06c84a8e1cb3179b (diff) | |
parent | c57d4347c65d12c446d91120e07cc3d3ee2274a3 (diff) | |
download | rspamd-aca11603fc7d669fb104152760d2a051866f2cc7.tar.gz rspamd-aca11603fc7d669fb104152760d2a051866f2cc7.zip |
Merge pull request #4249 from moisseev/webui
[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, |