From ca71cd5deba91c78a8851efd7507fe1874ceb9c0 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 28 May 2019 13:17:18 +0200 Subject: [PATCH] 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 --- www/manager6/Utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/manager6/Utils.js b/www/manager6/Utils.js index cee086a8..06d7b5fa 100644 --- a/www/manager6/Utils.js +++ b/www/manager6/Utils.js @@ -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': [