mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-07 10:39:49 +00:00
Add Windows 2016 as available ostype to select
This commit is contained in:
parent
ff787af16e
commit
2b9e88286e
@ -63,7 +63,8 @@ Ext.define('PVE.Utils', { utilities: {
|
|||||||
w2k: 'Microsoft Windows 2000',
|
w2k: 'Microsoft Windows 2000',
|
||||||
w2k8: 'Microsoft Windows Vista/2008',
|
w2k8: 'Microsoft Windows Vista/2008',
|
||||||
win7: 'Microsoft Windows 7/2008r2',
|
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',
|
l24: 'Linux 2.4 Kernel',
|
||||||
l26: 'Linux 4.X/3.X/2.6 Kernel',
|
l26: 'Linux 4.X/3.X/2.6 Kernel',
|
||||||
solaris: 'Solaris Kernel'
|
solaris: 'Solaris Kernel'
|
||||||
|
@ -57,6 +57,11 @@ Ext.define('PVE.qemu.OSTypeInputPanel', {
|
|||||||
html: 'Microsoft Windows',
|
html: 'Microsoft Windows',
|
||||||
cls:'x-form-check-group-label'
|
cls:'x-form-check-group-label'
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
xtype: 'radiofield',
|
||||||
|
name: 'ostype',
|
||||||
|
inputValue: 'win10'
|
||||||
|
},
|
||||||
{
|
{
|
||||||
xtype: 'radiofield',
|
xtype: 'radiofield',
|
||||||
name: 'ostype',
|
name: 'ostype',
|
||||||
|
Loading…
Reference in New Issue
Block a user