[pve-devel] [PATCH manager v2 1/2] ui: replace Proxmox logo with SVG version

Lukas Wagner l.wagner at proxmox.com
Mon Aug 4 11:02:27 CEST 2025


The old PNG was quite small and looked blurry when using >100% scaling.

Signed-off-by: Lukas Wagner <l.wagner at proxmox.com>
---
 www/manager6/Workspace.js | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/www/manager6/Workspace.js b/www/manager6/Workspace.js
index c4bbfccc..03628b5a 100644
--- a/www/manager6/Workspace.js
+++ b/www/manager6/Workspace.js
@@ -343,7 +343,8 @@ Ext.define('PVE.StdWorkspace', {
                     margin: '2 0 2 5',
                     items: [
                         {
-                            xtype: 'proxmoxlogo',
+                            xtype: 'proxmoxLogoSvg',
+                            prefix: 'pwt',
                         },
                         {
                             minWidth: 150,
-- 
2.47.2





More information about the pve-devel mailing list