use new logo

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
Dominik Csapak 2016-09-08 15:57:51 +02:00 committed by Dietmar Maurer
parent 816b62b0aa
commit 55d727ca7a
2 changed files with 4 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

@ -267,9 +267,9 @@ Ext.define('PVE.StdWorkspace', {
if (PVE.VersionInfo) {
var version = PVE.VersionInfo.version + '-' + PVE.VersionInfo.release + '/' +
PVE.VersionInfo.repoid;
ui.update('Proxmox Virtual Environment ' + version);
ui.update('Virtual Environment ' + version);
} else {
ui.update('Proxmox Virtual Environment');
ui.update('Virtual Environment');
}
ui.updateLayout();
},
@ -383,12 +383,12 @@ Ext.define('PVE.StdWorkspace', {
items: [
{
html: '<a class="x-unselectable" target=_blank href="http://www.proxmox.com">' +
'<img height=30 width=209 src="/pve2/images/proxmox_logo.png"/></a>'
'<img style="padding-top:4px;padding-right:5px" src="/pve2/images/proxmox_logo.png"/></a>'
},
{
minWidth: 200,
id: 'versioninfo',
html: 'Proxmox Virtual Environment'
html: 'Virtual Environment'
},
{
xtype: 'pveGlobalSearchField',