]> git.proxmox.com Git - pve-manager.git/commitdiff
add Windows 10 and 2012r2 to OS selection
authorWolfgang Link <w.link@proxmox.com>
Tue, 19 Apr 2016 12:38:33 +0000 (14:38 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 20 Apr 2016 08:00:47 +0000 (10:00 +0200)
So user now we support also Win 10 and R2.

www/manager6/Utils.js

index 9d61843f8fc267b218f85e3abb6f16bf50490ea4..c87f3be088f1e35cb25c952c458309f3d8e45e17 100644 (file)
@@ -88,7 +88,7 @@ Ext.define('PVE.Utils', { statics: {
        w2k: 'Microsoft Windows 2000',
        w2k8: 'Microsoft Windows Vista/2008',
        win7: 'Microsoft Windows 7/2008r2',
-       win8: 'Microsoft Windows 8/2012',
+       win8: 'Microsoft Windows 8.x/10/2012/r2',
        l24: 'Linux 2.4 Kernel',
        l26: 'Linux 4.X/3.X/2.6 Kernel',
        solaris: 'Solaris Kernel'