]> git.proxmox.com Git - pve-manager-legacy.git/commitdiff
add PVE 5.4 End-of-Life notice
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 29 May 2018 12:16:32 +0000 (14:16 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 21 Apr 2020 10:49:42 +0000 (12:49 +0200)
since pve 5.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.

Originally-by: Dominik Csapak <d.csapak@proxmox.com>
(cherry picked from commit d0d77138702da3fda802abe2323e5bc7e5a1935e)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/css/ext6-pve.css
www/manager6/Workspace.js

index e7f44a1f096d9a5d60031208bcb3fb7f2338ab21..82e6df913f95a9010611cee6fef5a4809fa19dca 100644 (file)
@@ -538,6 +538,12 @@ table.osds td:first-of-type {
     cursor: pointer;
 }
 
+.eolicon {
+    position: relative;
+    float: left;
+    margin-right: 5px;
+}
+
 .x-grid-filters-filtered-column{
     font-style: italic;
     font-weight: bold;
@@ -594,4 +600,4 @@ table.osds td:first-of-type {
 .install-mask {
     background-color: rgb(245, 245, 245);
     color: #000;
-}
\ No newline at end of file
+}
index db846efc5c0f827b45bd0575c340e98462eb4633..40a8fe6446f814f73aeda24d892c6d5562931b88 100644 (file)
@@ -312,6 +312,20 @@ Ext.define('PVE.StdWorkspace', {
                        {
                            flex: 1
                        },
+                       {
+                           id: 'eolannouncement',
+                           padding: '0 0 0 15',
+                           html: '<a href="https://pve.proxmox.com/wiki/FAQ#faq-support-table" target="_blank">'+
+                                   '<i class="fa eolicon critical fa-exclamation-triangle" style="font-size: 1.5em;"></i> ' +
+                                   'Support for Proxmox VE 5.4 ends on 31.07.2020</a>',
+                           autoEl: {
+                               tag: 'div',
+                               'data-qtip': gettext("You won't get any security fixes after the End-Of-Life date. Please consider upgrading.")
+                           }
+                       },
+                       {
+                           flex: 1
+                       },
                        {
                            pack: 'end',
                            id: 'userinfo',