]> git.proxmox.com Git - pmg-gui.git/blame - js/Logo.js
fix bug #1707: use correct units for deferred mail queue (minutes)
[pmg-gui.git] / js / Logo.js
CommitLineData
9e3180e7
DC
1Ext.define('PMG.image.Logo', {
2 extend: 'Ext.Img',
3 xtype: 'proxmoxlogo',
4
5 height: 30,
6 width: 172,
7 src: '/pve2/images/proxmox_logo.png',
8 alt: 'Proxmox',
9 autoEl: {
10 tag: 'a',
11 href: 'https://www.proxmox.com',
12 target: '_blank'
13 }
14});