diff --git a/debian/control b/debian/control index 5f3cc3e4..79d16746 100644 --- a/debian/control +++ b/debian/control @@ -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, diff --git a/www/MainView.js b/www/MainView.js index ef52f094..44c759bf 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: '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',