Browse Source

[WebUI] Remove extra To column from filtering

tags/3.3
moisseev 1 year ago
parent
commit
c57d4347c6
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      interface/js/app/history.js

+ 1
- 0
interface/js/app/history.js View File

@@ -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,

Loading…
Cancel
Save