From: Lukas Wagner <l.wagner@proxmox.com>
To: pve-devel@lists.proxmox.com, pbs-devel@lists.proxmox.com
Subject: [pve-devel] [PATCH proxmox-backup 1/1] ui: replace Proxmox logo with SVG version
Date: Fri, 1 Aug 2025 16:36:39 +0200 [thread overview]
Message-ID: <20250801143641.320246-3-l.wagner@proxmox.com> (raw)
In-Reply-To: <20250801143641.320246-1-l.wagner@proxmox.com>
The old PNG was quite small and looked blurry when using >100% scaling.
Signed-off-by: Lukas Wagner <l.wagner@proxmox.com>
---
www/LoginView.js | 4 ++--
www/MainView.js | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/www/LoginView.js b/www/LoginView.js
index 9c1ac38a3..ef422200d 100644
--- a/www/LoginView.js
+++ b/www/LoginView.js
@@ -241,8 +241,8 @@ Ext.define('PBS.LoginView', {
height: 38,
items: [
{
- xtype: 'proxmoxlogo',
- prefix: '',
+ xtype: 'proxmoxLogoSvg',
+ prefix: 'widgettoolkit',
},
{
xtype: 'versioninfo',
diff --git a/www/MainView.js b/www/MainView.js
index a617b6191..18e93b31f 100644
--- a/www/MainView.js
+++ b/www/MainView.js
@@ -222,8 +222,8 @@ Ext.define('PBS.MainView', {
height: 38,
items: [
{
- xtype: 'proxmoxlogo',
- prefix: '',
+ xtype: 'proxmoxLogoSvg',
+ prefix: 'widgettoolkit',
},
{
padding: '0 0 0 5',
--
2.47.2
_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
next prev parent reply other threads:[~2025-08-01 14:36 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-01 14:36 [pve-devel] [PATCH manager/proxmox{-widget-toolkit, -backup} 0/4] " Lukas Wagner
2025-08-01 14:36 ` [pve-devel] [PATCH proxmox-widget-toolkit 1/1] add Proxmox logo as SVG Lukas Wagner
2025-08-01 14:36 ` Lukas Wagner [this message]
2025-08-01 14:36 ` [pve-devel] [PATCH manager 1/2] ui: replace Proxmox logo with SVG version Lukas Wagner
2025-08-01 14:36 ` [pve-devel] [PATCH manager 2/2] ui: add 5px of padding between Proxmox logo and product name Lukas Wagner
2025-08-04 7:46 ` [pve-devel] [pbs-devel] [PATCH manager/proxmox{-widget-toolkit, -backup} 0/4] replace Proxmox logo with SVG version Christian Ebner
2025-08-04 7:54 ` Lukas Wagner
2025-08-04 9:04 ` [pve-devel] superseded: " Lukas Wagner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250801143641.320246-3-l.wagner@proxmox.com \
--to=l.wagner@proxmox.com \
--cc=pbs-devel@lists.proxmox.com \
--cc=pve-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox