]> git.proxmox.com Git - pve-manager.git/commitdiff
gui: ostypes: include 5.x in Linux series and reword to range
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 28 May 2019 11:17:18 +0000 (13:17 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 19 Jun 2019 12:57:22 +0000 (14:57 +0200)
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>
www/manager6/Utils.js

index cee086a8a57a121acc02a4fb7feccfc05ee46cd4..06d7b5fae3f95abc46a44448df25a866113f297f 100644 (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': [