]> git.proxmox.com Git - pmg-gui.git/commitdiff
SpamInfoGrid.js - avoid border
authorDietmar Maurer <dietmar@proxmox.com>
Fri, 29 Sep 2017 05:11:33 +0000 (07:11 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 29 Sep 2017 05:11:33 +0000 (07:11 +0200)
js/SpamInfoGrid.js
js/SpamQuarantine.js

index b26adca4c880e16d70059ed8a59d7b7b28b23c21..a3c5973890ba0b2b8e9bca919718b8fdd44a6b5d 100644 (file)
@@ -22,8 +22,6 @@ Ext.define('PMG.grid.SpamInfoGrid',{
 
     emptyText: gettext('No Spam Info'),
     hidden: true,
-    border: true,
-    bodyBorder: false,
 
     features: [{
        ftype: 'summary'
index 7fdacf19fe1c2690d4f472694c012113d52a63be..80af20b896cc54049e865ad4b225d5dba9e5a3ff 100644 (file)
@@ -220,6 +220,7 @@ Ext.define('PMG.SpamQuarantine', {
                },
                {
                    xtype: 'pmgSpamInfoGrid',
+                   border: false,
                    reference: 'spaminfo'
                }
            ]