[pve-devel] [PATCH manager] Add Windows 2016 as available ostype to select

Emmanuel Kasper e.kasper at proxmox.com
Thu Nov 17 15:03:17 CET 2016


---
 www/manager6/Utils.js           | 3 ++-
 www/manager6/qemu/OSTypeEdit.js | 5 +++++
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/www/manager6/Utils.js b/www/manager6/Utils.js
index c824b97..8d5a598 100644
--- a/www/manager6/Utils.js
+++ b/www/manager6/Utils.js
@@ -63,7 +63,8 @@ Ext.define('PVE.Utils', { utilities: {
 	w2k: 'Microsoft Windows 2000',
 	w2k8: 'Microsoft Windows Vista/2008',
 	win7: 'Microsoft Windows 7/2008r2',
-	win8: 'Microsoft Windows 8.x/10/2012/r2',
+	win8: 'Microsoft Windows 8.x/2012/2012r2',
+	win10: 'Microsoft Windows 10/2016',
 	l24: 'Linux 2.4 Kernel',
 	l26: 'Linux 4.X/3.X/2.6 Kernel',
 	solaris: 'Solaris Kernel'
diff --git a/www/manager6/qemu/OSTypeEdit.js b/www/manager6/qemu/OSTypeEdit.js
index b94aabb..162a92e 100644
--- a/www/manager6/qemu/OSTypeEdit.js
+++ b/www/manager6/qemu/OSTypeEdit.js
@@ -60,6 +60,11 @@ Ext.define('PVE.qemu.OSTypeInputPanel', {
 	    {
 		xtype: 'radiofield',
 		name: 'ostype',
+		inputValue: 'win10'
+	    },
+	    {
+		xtype: 'radiofield',
+		name: 'ostype',
 		inputValue: 'win8'
 	    },
 	    {
-- 
2.1.4





More information about the pve-devel mailing list