ui: add notice for nearing PBS 2.4 End-of-Life

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2022-06-02 17:34:45 +02:00
parent 6751d3787e
commit 3d9e0b6627
2 changed files with 18 additions and 0 deletions

View File

@ -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',

View File

@ -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``)"