mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-08-11 10:24:17 +00:00
apt repositoires: allow major upgrade
Currently, all this does is silence warnings when the suite after the current one is configured as well as enabling the check for mixed repositiories. Since there is no API call as mentioned in the comment yet, just set it manually. Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
This commit is contained in:
parent
93f8588e41
commit
622ba1f9e2
@ -569,7 +569,7 @@ Ext.define('Proxmox.node.APTRepositories', {
|
||||
nodename: '{nodename}',
|
||||
onlineHelp: '{onlineHelp}',
|
||||
},
|
||||
majorUpgradeAllowed: false, // TODO get release information from an API call?
|
||||
majorUpgradeAllowed: true, // TODO get release information from an API call?
|
||||
listeners: {
|
||||
selectionchange: 'selectionChange',
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user