ui: add notice for nearing Proxmox VE 7 End-of-Life

As PVE 7.4 goes out of support in July, add a notice at the top with
a link to the FAQ, where the EOL dates are and also the upgrade
process is described and linked in short.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2018-05-29 14:16:32 +02:00
parent afb37f08f6
commit 1f71f637d8

View File

@ -342,6 +342,16 @@ Ext.define('PVE.StdWorkspace', {
{
flex: 1,
},
{
xtype: 'proxmoxEOLNotice',
product: 'Proxmox VE',
version: '7',
eolDate: '2024-07-31',
href: 'pve.proxmox.com/wiki/FAQ#faq-support-table',
},
{
flex: 1,
},
{
xtype: 'proxmoxHelpButton',
hidden: false,