]> git.proxmox.com Git - pve-manager.git/commitdiff
Add Windows 2016 as available ostype to select
authorEmmanuel Kasper <e.kasper@proxmox.com>
Thu, 17 Nov 2016 14:03:17 +0000 (15:03 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Tue, 29 Nov 2016 08:11:28 +0000 (09:11 +0100)
www/manager6/Utils.js
www/manager6/qemu/OSTypeEdit.js

index 7f261a20f8e407ed28050f9e23ad71df806a676d..180b2835483ec8f1b475f8c48cb38ce8174bda65 100644 (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'
index b94aabbd2524119daae413b35bfd8fe98b0b6637..162a92ec47dda54218e7b8a7d0268fa1d343adc6 100644 (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',