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
019b0abc
Commit
019b0abc
authored
Apr 24, 2012
by
Dietmar Maurer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix bug #177: allow memory up to 512GB
parent
8d44236a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
3 deletions
+6
-3
changelog.Debian
debian/changelog.Debian
+4
-1
RessourceEdit.js
www/manager/openvz/RessourceEdit.js
+1
-1
MemoryEdit.js
www/manager/qemu/MemoryEdit.js
+1
-1
No files found.
debian/changelog.Debian
View file @
019b0abc
pve-manager (2.0-64) unstable; urgency=low
* fix bug #179: set default button 'no' for dangerous actions
* fix bug #179: set default button 'no' for dangerous actions, use
warning icon for such actions
* fix bug #177: allow memory up to 512GB
-- Proxmox Support Team <support@proxmox.com> Tue, 24 Apr 2012 08:09:23 +0200
...
...
www/manager/openvz/RessourceEdit.js
View file @
019b0abc
...
...
@@ -14,7 +14,7 @@ Ext.define('PVE.openvz.RessourceInputPanel', {
xtype
:
'
numberfield
'
,
name
:
'
memory
'
,
minValue
:
32
,
maxValue
:
128
*
1024
,
maxValue
:
512
*
1024
,
value
:
'
512
'
,
step
:
32
,
fieldLabel
:
gettext
(
'
Memory
'
)
+
'
(MB)
'
,
...
...
www/manager/qemu/MemoryEdit.js
View file @
019b0abc
...
...
@@ -13,7 +13,7 @@ Ext.define('PVE.qemu.MemoryInputPanel', {
xtype
:
'
numberfield
'
,
name
:
'
memory
'
,
minValue
:
32
,
maxValue
:
128
*
1024
,
maxValue
:
512
*
1024
,
value
:
'
512
'
,
step
:
32
,
fieldLabel
:
gettext
(
'
Memory
'
)
+
'
(MB)
'
,
...
...
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