commit c57d434: [WebUI] Remove extra To column from filtering
moisseev
moiseev at mezonplus.ru
Fri Aug 26 09:14:03 UTC 2022
Author: moisseev
Date: 2022-08-26 10:41:07 +0300
URL: https://github.com/rspamd/rspamd/commit/c57d4347c65d12c446d91120e07cc3d3ee2274a3 (refs/pull/4249/head)
[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,
More information about the Commits
mailing list