add win8 to OS type selector

This commit is contained in:
Dietmar Maurer 2012-10-23 09:41:44 +02:00
parent efd7913aac
commit 1d7334d22f
3 changed files with 8 additions and 0 deletions

View File

@ -3,6 +3,8 @@ pve-manager (2.2-22) unstable; urgency=low
* vzdump: also run 'backup-start' hook in snapshot mode
* update openvz appliance list
* add win8 to OS type selector
-- Proxmox Support Team <support@proxmox.com> Fri, 12 Oct 2012 06:07:12 +0200

View File

@ -113,6 +113,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',
l24: 'Linux 2.4 Kernel',
l26: 'Linux 3.X/2.6 Kernel'
},

View File

@ -11,6 +11,11 @@ Ext.define('PVE.qemu.OSTypeInputPanel', {
html: 'Microsoft Windows',
cls:'x-form-check-group-label'
},
{
xtype: 'radiofield',
name: 'ostype',
inputValue: 'win8'
},
{
xtype: 'radiofield',
name: 'ostype',