--- pve-manager/www/manager6/Workspace.js.altwww 2021-08-05 14:22:06.000000000 +0000 +++ pve-manager/www/manager6/Workspace.js 2021-09-27 08:20:22.179768715 +0000 @@ -9,7 +9,7 @@ Ext.define('PVE.Workspace', { extend: 'Ext.container.Viewport', - title: 'Proxmox Virtual Environment', + title: 'BaseALT Virtual Environment', loginData: null, // Data from last login call @@ -204,12 +204,7 @@ Ext.define('PVE.StdWorkspace', { let ui = me.query('#versioninfo')[0]; - if (PVE.VersionInfo) { - let version = PVE.VersionInfo.version; - ui.update('Virtual Environment ' + version); - } else { - ui.update('Virtual Environment'); - } + ui.update('Virtual Environment'); ui.updateLayout(); }, --- pve-manager/www/manager6/dc/Config.js.altwww 2021-09-27 08:16:03.331866055 +0000 +++ pve-manager/www/manager6/dc/Config.js 2021-09-27 08:23:12.646363324 +0000 @@ -237,12 +237,6 @@ Ext.define('PVE.dc.Config', { iconCls: 'fa fa-bar-chart', itemId: 'metricservers', onlineHelp: 'external_metric_server', - }, - { - xtype: 'pveDcSupport', - title: gettext('Support'), - itemId: 'support', - iconCls: 'fa fa-comments-o', }); } --- pve-manager/www/manager6/dc/NodeView.js.altwww 2021-09-27 08:23:47.023483311 +0000 +++ pve-manager/www/manager6/dc/NodeView.js 2021-09-27 08:24:52.664712426 +0000 @@ -30,13 +30,6 @@ Ext.define('PVE.dc.NodeView', { }, }, { - header: gettext('Support'), - width: 100, - sortable: true, - dataIndex: 'level', - renderer: PVE.Utils.render_support_level, - }, - { header: gettext('Server Address'), width: 115, sortable: true, --- pve-manager/www/manager6/dc/Support.js.altwww 2021-08-05 14:22:06.000000000 +0000 +++ pve-manager/www/manager6/dc/Support.js 2021-09-27 08:16:03.331866055 +0000 @@ -6,17 +6,17 @@ Ext.define('PVE.dc.Support', { invalidHtml: '

No valid subscription

' + PVE.Utils.noSubKeyHtml, - communityHtml: 'Please use the public community forum for any questions.', + communityHtml: 'Please use the public community forum for any questions.', - activeHtml: 'Please use our support portal for any questions. You can also use the public community forum to get additional information.', + activeHtml: 'Please use our support portal for any questions. You can also use the public community forum to get additional information.', - bugzillaHtml: '

Bug Tracking

Our bug tracking system is available here.', + bugzillaHtml: '

Bug Tracking

Our bug tracking system is available here.', docuHtml: function() { var me = this; var guideUrl = window.location.origin + me.pveGuidePath; var text = Ext.String.format('

Documentation

' - + 'The official Proxmox VE Administration Guide' + + 'The official BaseALT VE Administration Guide' + ' is included with this installation and can be browsed at ' + '{0}', guideUrl); return text; --- pve-manager/www/manager6/node/Config.js.altwww 2021-08-05 14:22:06.000000000 +0000 +++ pve-manager/www/manager6/node/Config.js 2021-09-27 08:27:28.707257088 +0000 @@ -224,36 +224,6 @@ Ext.define('PVE.node.Config', { itemId: 'syslog', url: "/api2/extjs/nodes/" + nodename + "/journal", }); - - if (caps.nodes['Sys.Modify']) { - me.items.push({ - xtype: 'proxmoxNodeAPT', - title: gettext('Updates'), - iconCls: 'fa fa-refresh', - expandedOnInit: true, - disabled: !caps.nodes['Sys.Console'], - // do we want to link to system updates instead? - itemId: 'apt', - upgradeBtn: { - xtype: 'pveConsoleButton', - disabled: Proxmox.UserName !== 'root@pam', - text: gettext('Upgrade'), - consoleType: 'upgrade', - nodename: nodename, - }, - nodename: nodename, - }); - - me.items.push({ - xtype: 'proxmoxNodeAPTRepositories', - title: gettext('Repositories'), - iconCls: 'fa fa-files-o', - itemId: 'aptrepositories', - nodename: nodename, - onlineHelp: 'sysadmin_package_repositories', - groups: ['apt'], - }); - } } if (caps.nodes['Sys.Audit']) { @@ -414,13 +384,6 @@ Ext.define('PVE.node.Config', { }, ], }, - { - title: gettext('Subscription'), - iconCls: 'fa fa-support', - itemId: 'support', - xtype: 'pveNodeSubscription', - nodename: nodename, - }, ); me.callParent(); --- pve-manager/www/mobile/Login.js.altwww 2021-08-05 14:22:06.000000000 +0000 +++ pve-manager/www/mobile/Login.js 2021-09-27 08:16:03.332866059 +0000 @@ -69,7 +69,7 @@ Ext.define('PVE.Login', { items: [ { xtype: 'image', - src: '/pve2/images/proxmox_logo.png', + src: '/pve2/images/basealt_logo.png', height: 30, width: 209 },