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

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