Add Windows 2016 as available ostype to select

This commit is contained in:
Emmanuel Kasper 2016-11-17 15:03:17 +01:00 committed by Dietmar Maurer
parent 6894c9d9d5
commit 4e034c5d4f
2 changed files with 7 additions and 1 deletions

View File

@ -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'

View File

@ -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',