mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-08 12:56:48 +00:00
remove hardcoded span html tag, as it appears to be unused
This commit is contained in:
parent
da00dcd539
commit
cbf554393a
@ -260,9 +260,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('<span class="x-panel-header-text">Proxmox Virtual Environment<br>' + gettext('Version') + ': ' + version + "</span>");
|
ui.update('Proxmox Virtual Environment<br>' + gettext('Version') + ': ' + version);
|
||||||
} else {
|
} else {
|
||||||
ui.update('<span class="x-panel-header-text">Proxmox Virtual Environment</span>');
|
ui.update('Proxmox Virtual Environment');
|
||||||
}
|
}
|
||||||
ui.doLayout();
|
ui.doLayout();
|
||||||
},
|
},
|
||||||
@ -381,7 +381,7 @@ Ext.define('PVE.StdWorkspace', {
|
|||||||
minWidth: 200,
|
minWidth: 200,
|
||||||
flex: 1,
|
flex: 1,
|
||||||
id: 'versioninfo',
|
id: 'versioninfo',
|
||||||
html: '<span class="x-panel-header-text">Proxmox Virtual Environment</span>',
|
html: 'Proxmox Virtual Environment',
|
||||||
height: 30
|
height: 30
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user