[pve-devel] [PATCH manager] Add 5.X to supported guest kernels in GUI
Stefan Reiter
s.reiter at proxmox.com
Tue Jun 18 11:01:51 CEST 2019
Signed-off-by: Stefan Reiter <s.reiter at proxmox.com>
---
This one still fits nicely IMO, for the next version though, maybe 2.6+
or similar would be better.
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 4be22f7f..e7244be5 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/4.X/3.X/2.6 Kernel', val: 'l26' },
{ desc: '2.4 Kernel', val: 'l24' }
],
'Microsoft Windows': [
--
2.20.1
More information about the pve-devel
mailing list