use new logo
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
816b62b0aa
commit
55d727ca7a
Binary file not shown.
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.7 KiB |
@ -267,9 +267,9 @@ Ext.define('PVE.StdWorkspace', {
|
|||||||
if (PVE.VersionInfo) {
|
if (PVE.VersionInfo) {
|
||||||
var version = PVE.VersionInfo.version + '-' + PVE.VersionInfo.release + '/' +
|
var version = PVE.VersionInfo.version + '-' + PVE.VersionInfo.release + '/' +
|
||||||
PVE.VersionInfo.repoid;
|
PVE.VersionInfo.repoid;
|
||||||
ui.update('Proxmox Virtual Environment ' + version);
|
ui.update('Virtual Environment ' + version);
|
||||||
} else {
|
} else {
|
||||||
ui.update('Proxmox Virtual Environment');
|
ui.update('Virtual Environment');
|
||||||
}
|
}
|
||||||
ui.updateLayout();
|
ui.updateLayout();
|
||||||
},
|
},
|
||||||
@ -383,12 +383,12 @@ Ext.define('PVE.StdWorkspace', {
|
|||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
html: '<a class="x-unselectable" target=_blank href="http://www.proxmox.com">' +
|
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,
|
minWidth: 200,
|
||||||
id: 'versioninfo',
|
id: 'versioninfo',
|
||||||
html: 'Proxmox Virtual Environment'
|
html: 'Virtual Environment'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
xtype: 'pveGlobalSearchField',
|
xtype: 'pveGlobalSearchField',
|
||||||
|
Loading…
Reference in New Issue
Block a user