diff --git a/www/manager6/Utils.js b/www/manager6/Utils.js index 7f261a20..180b2835 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 b94aabbd..162a92ec 100644 --- a/www/manager6/qemu/OSTypeEdit.js +++ b/www/manager6/qemu/OSTypeEdit.js @@ -57,6 +57,11 @@ Ext.define('PVE.qemu.OSTypeInputPanel', { html: 'Microsoft Windows', cls:'x-form-check-group-label' }, + { + xtype: 'radiofield', + name: 'ostype', + inputValue: 'win10' + }, { xtype: 'radiofield', name: 'ostype',