From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [IPv6:2a01:7e0:0:424::9]) by lore.proxmox.com (Postfix) with ESMTPS id A57E81FF15E for ; Mon, 29 Sep 2025 15:43:25 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 626BC14084; Mon, 29 Sep 2025 15:43:31 +0200 (CEST) Message-ID: Date: Mon, 29 Sep 2025 15:42:58 +0200 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Beta To: Dominik Csapak , pmg-devel@lists.proxmox.com References: <20250922080509.737332-1-d.csapak@proxmox.com> <20250922080509.737332-3-d.csapak@proxmox.com> Content-Language: en-US From: Thomas Lamprecht In-Reply-To: <20250922080509.737332-3-d.csapak@proxmox.com> X-Bm-Milter-Handled: 55990f41-d878-4baa-be0a-ee34c49e34d2 X-Bm-Transport-Timestamp: 1759153358990 X-SPAM-LEVEL: Spam detection results: 0 AWL -0.026 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% DMARC_MISSING 0.1 Missing DMARC policy KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment RCVD_IN_VALIDITY_CERTIFIED_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. RCVD_IN_VALIDITY_RPBL_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. RCVD_IN_VALIDITY_SAFE_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Subject: Re: [pmg-devel] [PATCH pmg-gui 1/1] spam quarantine: add columsn for positive/negative spam score matches X-BeenThere: pmg-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox Mail Gateway development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: pmg-devel-bounces@lists.proxmox.com Sender: "pmg-devel" Am 22.09.25 um 10:05 schrieb Dominik Csapak: > The api returns the sum of spam matches individually for positive and > negative ones, so add two new columns that show them. They each take up > 50 pixels, so increase the width of the list by 100 pixel so we have the > same space for the other columns here. > > Signed-off-by: Dominik Csapak > --- > js/SpamQuarantine.js | 16 +++++++++++++++- > 1 file changed, 15 insertions(+), 1 deletion(-) > > diff --git a/js/SpamQuarantine.js b/js/SpamQuarantine.js > index 1844022..93c411d 100644 > --- a/js/SpamQuarantine.js > +++ b/js/SpamQuarantine.js > @@ -153,7 +153,7 @@ Ext.define('PMG.SpamQuarantine', { > selModel: 'checkboxmodel', > reference: 'list', > region: 'west', > - width: 500, > + width: 600, The quarantine needs a relatively big viewport already as is, due to navigation taking up a lot of unused space and the quarantine list also needing space to show most useful info. While the layout of the navigation might be something to reconsider in the future, I'd probably not touch that now. But as each row in the list spans over two rows anyway, we potentially could keep using a single row column and put the +/- info both into a second row instead. But IMO there is no pressure to look into that now, as due to lack of feedback from others until now and PMG progressing towards a release soonish at least I won't apply this now, there's always a next release. _______________________________________________ pmg-devel mailing list pmg-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pmg-devel