mirror of
https://git.proxmox.com/git/proxmox-backup
synced 2025-10-04 13:57:45 +00:00
ui: add notice for nearing PBS 2.4 End-of-Life
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
6751d3787e
commit
3d9e0b6627
@ -218,6 +218,16 @@ Ext.define('PBS.MainView', {
|
||||
flex: 1,
|
||||
baseCls: 'x-plain',
|
||||
},
|
||||
{
|
||||
xtype: 'proxmoxEOLNotice',
|
||||
product: 'Proxmox Backup Server',
|
||||
version: '2',
|
||||
eolDate: '2024-07-31',
|
||||
href: 'pbs.proxmox.com/docs/faq.html#faq-support-table',
|
||||
},
|
||||
{
|
||||
flex: 1,
|
||||
},
|
||||
{
|
||||
xtype: 'button',
|
||||
baseCls: 'x-btn',
|
||||
|
@ -35,6 +35,14 @@ const proxmoxOnlineHelpInfo = {
|
||||
"link": "/docs/configuration-files.html#domains-cfg",
|
||||
"title": "``domains.cfg``"
|
||||
},
|
||||
"faq-support-table": {
|
||||
"link": "/docs/faq.html#faq-support-table",
|
||||
"title": "How long will my Proxmox Backup Server version be supported?"
|
||||
},
|
||||
"faq-upgrade-major": {
|
||||
"link": "/docs/faq.html#faq-upgrade-major",
|
||||
"title": "How can I upgrade Proxmox Backup Server to the next major release?"
|
||||
},
|
||||
"pxar-format": {
|
||||
"link": "/docs/file-formats.html#pxar-format",
|
||||
"title": "Proxmox File Archive Format (``.pxar``)"
|
||||
|
Loading…
Reference in New Issue
Block a user