mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-04-28 20:57:41 +00:00
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:
parent
afb37f08f6
commit
1f71f637d8
@ -342,6 +342,16 @@ Ext.define('PVE.StdWorkspace', {
|
|||||||
{
|
{
|
||||||
flex: 1,
|
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',
|
xtype: 'proxmoxHelpButton',
|
||||||
hidden: false,
|
hidden: false,
|
||||||
|
Loading…
Reference in New Issue
Block a user