[pve-devel] [PATCH] add Windows 10 and 2012r2 to OS selection

Wolfgang Link w.link at proxmox.com
Tue Apr 19 14:38:33 CEST 2016


So user now we support also Win 10 and R2.
---
 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 3b7848a..8c91a85 100644
--- a/www/manager6/Utils.js
+++ b/www/manager6/Utils.js
@@ -88,7 +88,7 @@ Ext.define('PVE.Utils', { statics: {
 	w2k: 'Microsoft Windows 2000',
 	w2k8: 'Microsoft Windows Vista/2008',
 	win7: 'Microsoft Windows 7/2008r2',
-	win8: 'Microsoft Windows 8/2012',
+	win8: 'Microsoft Windows 8/10/2012/r2',
 	l24: 'Linux 2.4 Kernel',
 	l26: 'Linux 4.X/3.X/2.6 Kernel',
 	solaris: 'Solaris Kernel'
-- 
2.1.4





More information about the pve-devel mailing list