ui: add notice for nearing PBS 1.1 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 a1cffef503
commit cb21bf7454
2 changed files with 11 additions and 1 deletions

2
debian/control vendored
View File

@ -128,7 +128,7 @@ Depends: fonts-font-awesome,
postfix | mail-transport-agent,
proxmox-backup-docs,
proxmox-mini-journalreader,
proxmox-widget-toolkit (>= 2.5-6),
proxmox-widget-toolkit (>= 2.6-2),
pve-xtermjs (>= 4.7.0-1),
sg3-utils,
smartmontools,

View File

@ -218,6 +218,16 @@ Ext.define('PBS.MainView', {
flex: 1,
baseCls: 'x-plain',
},
{
xtype: 'proxmoxEOLNotice',
product: 'Proxmox Backup Server',
version: '1.1',
eolDate: '2022-07-31',
href: 'pbs.proxmox.com/docs/faq.html#how-long-will-my-proxmox-backup-server-version-be-supported',
},
{
flex: 1,
},
{
xtype: 'button',
baseCls: 'x-btn',