change logo to BaseALT

This commit is contained in:
Andrew A. Vasilyev 2022-09-28 16:37:13 +03:00
parent 9966c73408
commit 106df2a4ee

View File

@ -3,12 +3,12 @@ Ext.define('PMX.image.Logo', {
xtype: 'proxmoxlogo',
height: 30,
width: 172,
src: '/images/proxmox_logo.png',
alt: 'Proxmox',
width: 42,
src: '/images/basealt_logo.png',
alt: 'BaseALT',
autoEl: {
tag: 'a',
href: 'https://www.proxmox.com',
href: 'https://www.basealt.ru',
target: '_blank',
},