View | Details | Raw Unified | Return to bug 27747
Collapse All | Expand All

(-)a/branches/ucs-3.0/ucs/virtualization/univention-virtual-machine-manager-daemon/debian/changelog (+6 lines)
 Lines 1-3    Link Here 
1
univention-virtual-machine-manager-daemon (1.0.109-1) unstable; urgency=low
2
3
  * Validate memory size (Bug #27747)
4
5
 -- Philipp Hahn <hahn@univention.de>  Tue, 26 Jun 2012 18:56:11 +0200
6
1
univention-virtual-machine-manager-daemon (1.0.108-1) unstable; urgency=low
7
univention-virtual-machine-manager-daemon (1.0.108-1) unstable; urgency=low
2
8
3
  * Fix image format detectin on attach (Bug #25169)
9
  * Fix image format detectin on attach (Bug #25169)
(-)a/branches/ucs-3.0/ucs/virtualization/univention-virtual-machine-manager-daemon/umc/js/_uvmm/DomainPage.js (+3 lines)
 Lines 183-188   dojo.declare("umc.modules._uvmm.DomainPage", [ umc.widgets.TabContainer, umc.wid Link Here 
183
			}, {
183
			}, {
184
				name: 'maxMem',
184
				name: 'maxMem',
185
				type: 'TextBox',
185
				type: 'TextBox',
186
				required: true,
187
				regExp: '^[0-9]+(?:[,.][0-9]+)?[ \t]*([KkMmGg]?[bB])?$',
188
				invalidMessage: this._( 'The memory size format is not valid (e.g. 3GB or 1024 MB)' ),
186
				label: this._('Memory')
189
				label: this._('Memory')
187
			}, {
190
			}, {
188
				name: 'boot_hvm',
191
				name: 'boot_hvm',

Return to bug 27747