]> git.proxmox.com Git - pmg-gui.git/blobdiff - js/SpamInfoGrid.js
fix #2533: quarantine: add overflowHandler to the preview panel
[pmg-gui.git] / js / SpamInfoGrid.js
index 6bcf2af3dda786b1b320433da803a256861a14e7..a806ea30578d9479d521a7f45d4428829d624cf3 100644 (file)
@@ -34,7 +34,7 @@ Ext.define('PMG.grid.SpamInfoGrid', {
        {
            text: gettext('Test Name'),
            dataIndex: 'name',
-           flex: 2,
+           flex: 1,
            summaryType: 'count',
            summaryRenderer: _v => gettext('Spamscore'),
            tdCls: 'txt-monospace',
@@ -68,7 +68,7 @@ Ext.define('PMG.grid.SpamInfoGrid', {
        {
            text: gettext('Description'),
            dataIndex: 'desc',
-           flex: 3,
+           flex: 2,
        },
     ],
 });