mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-06 15:41:01 +00:00
add win8 to OS type selector
This commit is contained in:
parent
efd7913aac
commit
1d7334d22f
2
debian/changelog.Debian
vendored
2
debian/changelog.Debian
vendored
@ -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
|
||||
|
||||
|
@ -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'
|
||||
},
|
||||
|
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user