Commit 2a2777b0 authored by Dietmar Maurer's avatar Dietmar Maurer

add win8 to OS type selector

parent e9b159f2
...@@ -4,6 +4,8 @@ pve-manager (2.2-22) unstable; urgency=low ...@@ -4,6 +4,8 @@ pve-manager (2.2-22) unstable; urgency=low
* update openvz appliance list * update openvz appliance list
* add win8 to OS type selector
-- Proxmox Support Team <support@proxmox.com> Fri, 12 Oct 2012 06:07:12 +0200 -- Proxmox Support Team <support@proxmox.com> Fri, 12 Oct 2012 06:07:12 +0200
pve-manager (2.2-21) unstable; urgency=low pve-manager (2.2-21) unstable; urgency=low
......
...@@ -113,6 +113,7 @@ Ext.define('PVE.Utils', { statics: { ...@@ -113,6 +113,7 @@ Ext.define('PVE.Utils', { statics: {
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/2012',
l24: 'Linux 2.4 Kernel', l24: 'Linux 2.4 Kernel',
l26: 'Linux 3.X/2.6 Kernel' l26: 'Linux 3.X/2.6 Kernel'
}, },
......
...@@ -11,6 +11,11 @@ Ext.define('PVE.qemu.OSTypeInputPanel', { ...@@ -11,6 +11,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: 'win8'
},
{ {
xtype: 'radiofield', xtype: 'radiofield',
name: 'ostype', name: 'ostype',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment