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
923f4c10
Commit
923f4c10
authored
Feb 25, 2013
by
Dietmar Maurer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix cache selector: default cache is 'none'
parent
4b4ebfe8
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
2 deletions
+8
-2
changelog.Debian
debian/changelog.Debian
+6
-0
defines.mk
defines.mk
+1
-1
CacheTypeSelector.js
www/manager/form/CacheTypeSelector.js
+1
-1
No files found.
debian/changelog.Debian
View file @
923f4c10
pve-manager (2.3-10) unstable; urgency=low
* fix cache selector: default cache is 'none'
-- Proxmox Support Team <support@proxmox.com> Mon, 25 Feb 2013 06:35:06 +0100
pve-manager (2.3-9) unstable; urgency=low
pve-manager (2.3-9) unstable; urgency=low
* fix bug #337: avoid warning with pvectl
* fix bug #337: avoid warning with pvectl
...
...
defines.mk
View file @
923f4c10
...
@@ -2,7 +2,7 @@ RELEASE=2.3
...
@@ -2,7 +2,7 @@ RELEASE=2.3
VERSION=2.3
VERSION=2.3
PACKAGE=pve-manager
PACKAGE=pve-manager
PACKAGERELEASE=
9
PACKAGERELEASE=
10
BINDIR=${DESTDIR}/usr/bin
BINDIR=${DESTDIR}/usr/bin
PERLLIBDIR=${DESTDIR}/usr/share/perl5
PERLLIBDIR=${DESTDIR}/usr/share/perl5
...
...
www/manager/form/CacheTypeSelector.js
View file @
923f4c10
...
@@ -6,7 +6,7 @@ Ext.define('PVE.form.CacheTypeSelector', {
...
@@ -6,7 +6,7 @@ Ext.define('PVE.form.CacheTypeSelector', {
var
me
=
this
;
var
me
=
this
;
me
.
data
=
[
me
.
data
=
[
[
''
,
'
Default (
Write back
)
'
],
[
''
,
'
Default (
No cache
)
'
],
[
'
directsync
'
,
'
Direct sync
'
],
[
'
directsync
'
,
'
Direct sync
'
],
[
'
writethrough
'
,
'
Write through
'
],
[
'
writethrough
'
,
'
Write through
'
],
[
'
writeback
'
,
'
Write back
'
],
[
'
writeback
'
,
'
Write back
'
],
...
...
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