all lists on lists.proxmox.com
 help / color / mirror / Atom feed
* [pve-devel] [PATCH proxmox-widget-toolkit] apt: match "Debian Backports" origin
@ 2021-07-15  8:08 Fabian Grünbichler
  2021-07-19 15:34 ` [pve-devel] applied: " Thomas Lamprecht
  0 siblings, 1 reply; 2+ messages in thread
From: Fabian Grünbichler @ 2021-07-15  8:08 UTC (permalink / raw)
  To: pve-devel

some users might have that enabled, and we know it is from Debian and
not '?'

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
---
 src/node/APTRepositories.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/node/APTRepositories.js b/src/node/APTRepositories.js
index c7222fc..4288e1a 100644
--- a/src/node/APTRepositories.js
+++ b/src/node/APTRepositories.js
@@ -360,7 +360,7 @@ Ext.define('Proxmox.node.APTRepositoriesGrid', {
 		let cls = 'fa fa-fw fa-question-circle-o';
 		if (value.match(/^\s*Proxmox\s*$/i)) {
 		    cls = 'pmx-itype-icon pmx-itype-icon-proxmox-x';
-		} else if (value.match(/^\s*Debian\s*$/i)) {
+		} else if (value.match(/^\s*Debian\s*(:?Backports)?$/i)) {
 		    cls = 'pmx-itype-icon pmx-itype-icon-debian-swirl';
 		}
 		return `<i class='${cls}'></i> ${value}`;
-- 
2.30.2





^ permalink raw reply	[flat|nested] 2+ messages in thread

* [pve-devel] applied: [PATCH proxmox-widget-toolkit] apt: match "Debian Backports" origin
  2021-07-15  8:08 [pve-devel] [PATCH proxmox-widget-toolkit] apt: match "Debian Backports" origin Fabian Grünbichler
@ 2021-07-19 15:34 ` Thomas Lamprecht
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Lamprecht @ 2021-07-19 15:34 UTC (permalink / raw)
  To: Proxmox VE development discussion, Fabian Grünbichler

On 15.07.21 10:08, Fabian Grünbichler wrote:
> some users might have that enabled, and we know it is from Debian and
> not '?'
> 
> Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
> ---
>  src/node/APTRepositories.js | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
>

applied, thanks!




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-07-19 15:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-15  8:08 [pve-devel] [PATCH proxmox-widget-toolkit] apt: match "Debian Backports" origin Fabian Grünbichler
2021-07-19 15:34 ` [pve-devel] applied: " Thomas Lamprecht

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal