[pve-devel] [PATCH manager 3/3] Include Windows Server 2019 in OS-Type list
Stefan Reiter
s.reiter at proxmox.com
Tue Jul 23 13:41:30 CEST 2019
Signed-off-by: Stefan Reiter <s.reiter at proxmox.com>
---
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 9bb0251c..6838ef2f 100644
--- a/www/manager6/Utils.js
+++ b/www/manager6/Utils.js
@@ -54,7 +54,7 @@ Ext.define('PVE.Utils', { utilities: {
{ desc: '2.4 Kernel', val: 'l24' }
],
'Microsoft Windows': [
- { desc: '10/2016', val: 'win10' },
+ { desc: '10/2016/2019', val: 'win10' },
{ desc: '8.x/2012/2012r2', val: 'win8' },
{ desc: '7/2008r2', val: 'win7' },
{ desc: 'Vista/2008', val: 'w2k8' },
--
2.20.1
More information about the pve-devel
mailing list