]> git.proxmox.com Git - pve-manager.git/commitdiff
add notice for nearing Proxmox VE 6.4 End-of-Life
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 29 May 2018 12:16:32 +0000 (14:16 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 15 Mar 2022 16:09:10 +0000 (17:09 +0100)
As PVE 6.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.

This year the base notice got added in proxmox-widget toolkit for
better reuse with our other two products.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/manager6/Workspace.js

index abb20b5c39acfe6f239a313410581287fad046b3..f678d45fe8f59847b8c01c5fbbeb0fb269b51b78 100644 (file)
@@ -314,6 +314,16 @@ Ext.define('PVE.StdWorkspace', {
                        {
                            flex: 1,
                        },
+                       {
+                           xtype: 'proxmoxEOLNotice',
+                           product: 'Proxmox VE',
+                           version: '6.4',
+                           eolDate: '2022-07-31',
+                           href: 'pve.proxmox.com/wiki/FAQ#faq-support-table',
+                       },
+                       {
+                           flex: 1
+                       },
                        {
                            xtype: 'proxmoxHelpButton',
                            hidden: false,