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:
Thomas Lamprecht 2019-05-28 13:17:18 +02:00
parent c5a673ed1d
commit ca71cd5deb

View File

@ -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': [