mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-02 21:09:44 +00:00
gui: ostypes: include 5.x in Linux series and reword to range
Make clear thet the 5.x is also supported and reword a bit as "5.X/4.X/3.X/2.6" is a bit hard to read, so use "5.X - 2.6" Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
c5a673ed1d
commit
ca71cd5deb
@ -50,7 +50,7 @@ Ext.define('PVE.Utils', { utilities: {
|
||||
|
||||
kvm_ostypes: {
|
||||
'Linux': [
|
||||
{ desc: '4.X/3.X/2.6 Kernel', val: 'l26' },
|
||||
{ desc: '5.x - 2.6 Kernel', val: 'l26' },
|
||||
{ desc: '2.4 Kernel', val: 'l24' }
|
||||
],
|
||||
'Microsoft Windows': [
|
||||
|
Loading…
Reference in New Issue
Block a user