Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pve-manager
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
pve-manager
Commits
2a2777b0
Commit
2a2777b0
authored
Oct 23, 2012
by
Dietmar Maurer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add win8 to OS type selector
parent
e9b159f2
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
0 deletions
+8
-0
changelog.Debian
debian/changelog.Debian
+2
-0
Utils.js
www/manager/Utils.js
+1
-0
OSTypeEdit.js
www/manager/qemu/OSTypeEdit.js
+5
-0
No files found.
debian/changelog.Debian
View file @
2a2777b0
...
@@ -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
...
...
www/manager/Utils.js
View file @
2a2777b0
...
@@ -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
'
},
},
...
...
www/manager/qemu/OSTypeEdit.js
View file @
2a2777b0
...
@@ -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
'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment