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
14d65358
Commit
14d65358
authored
Feb 10, 2012
by
Dietmar Maurer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cleanups
parent
40fe79c4
Changes
6
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
678 additions
and
492 deletions
+678
-492
changelog.Debian
debian/changelog.Debian
+8
-0
de.po
po/de.po
+180
-132
fr.po
po/fr.po
+177
-132
ja.po
po/ja.po
+181
-135
messages.pot
po/messages.pot
+116
-88
CompressionSelector.js
www/manager/form/CompressionSelector.js
+16
-5
No files found.
debian/changelog.Debian
View file @
14d65358
pve-manager (2.0-20) unstable; urgency=low
pve-manager (2.0-20) unstable; urgency=low
* improve user management
* implement permission checks
* improve backup GUI (allow to select lzo/gzip)
* add pools to resource list
* fix bug #85: allow root@pam to generate tickets for other users
* fix bug #85: allow root@pam to generate tickets for other users
* fix bug #86: correctly decode cookie
* fix bug #86: correctly decode cookie
...
...
po/de.po
View file @
14d65358
This diff is collapsed.
Click to expand it.
po/fr.po
View file @
14d65358
This diff is collapsed.
Click to expand it.
po/ja.po
View file @
14d65358
This diff is collapsed.
Click to expand it.
po/messages.pot
View file @
14d65358
This diff is collapsed.
Click to expand it.
www/manager/form/CompressionSelector.js
View file @
14d65358
Ext
.
define
(
'
PVE.form.C
ompression
Selector
'
,
{
Ext
.
define
(
'
PVE.form.C
PUModel
Selector
'
,
{
extend
:
'
PVE.form.KVComboBox
'
,
extend
:
'
PVE.form.KVComboBox
'
,
alias
:
[
'
widget.
pveCompression
Selector
'
],
alias
:
[
'
widget.
CPUModel
Selector
'
],
initComponent
:
function
()
{
initComponent
:
function
()
{
var
me
=
this
;
var
me
=
this
;
me
.
data
=
[
me
.
data
=
[
[
''
,
'
none
'
],
[
''
,
'
Default (qemu64)
'
],
[
'
lzo
'
,
'
LZO (fast)
'
],
[
'
486
'
,
'
486
'
],
[
'
gzip
'
,
'
GZIP (good)
'
],
[
'
athlon
'
,
'
athlon
'
],
[
'
core2duo
'
,
'
core2duo
'
],
[
'
coreduo
'
,
'
coreduo
'
],
[
'
kvm32
'
,
'
kvm32
'
],
[
'
kvm64
'
,
'
kvm64
'
],
[
'
pentium
'
,
'
pentium
'
],
[
'
pentium2
'
,
'
pentium2
'
],
[
'
pentium3
'
,
'
pentium3
'
],
[
'
phenom
'
,
'
phenom
'
],
[
'
qemu32
'
,
'
qemu32
'
],
[
'
qemu64
'
,
'
qemu64
'
],
[
'
host
'
,
'
host
'
]
];
];
me
.
callParent
();
me
.
callParent
();
...
...
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