diff --git a/www/MainView.js b/www/MainView.js index d35162e4..4d7ed37b 100644 --- a/www/MainView.js +++ b/www/MainView.js @@ -218,6 +218,16 @@ Ext.define('PBS.MainView', { flex: 1, baseCls: 'x-plain', }, + { + xtype: 'proxmoxEOLNotice', + product: 'Proxmox Backup Server', + version: '2', + eolDate: '2024-07-31', + href: 'pbs.proxmox.com/docs/faq.html#faq-support-table', + }, + { + flex: 1, + }, { xtype: 'button', baseCls: 'x-btn', diff --git a/www/OnlineHelpInfo.js b/www/OnlineHelpInfo.js index 704038b4..7306a317 100644 --- a/www/OnlineHelpInfo.js +++ b/www/OnlineHelpInfo.js @@ -35,6 +35,14 @@ const proxmoxOnlineHelpInfo = { "link": "/docs/configuration-files.html#domains-cfg", "title": "``domains.cfg``" }, + "faq-support-table": { + "link": "/docs/faq.html#faq-support-table", + "title": "How long will my Proxmox Backup Server version be supported?" + }, + "faq-upgrade-major": { + "link": "/docs/faq.html#faq-upgrade-major", + "title": "How can I upgrade Proxmox Backup Server to the next major release?" + }, "pxar-format": { "link": "/docs/file-formats.html#pxar-format", "title": "Proxmox File Archive Format (``.pxar``)"