Thomas Lamprecht
fe4f00adc9
add 'delete_if_default' helper and use it
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2016-11-02 11:00:16 +01:00
Dominik Csapak
1d654cfe40
forbid decimals and exponent in lxc cores field
...
because we only accept integers here
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2016-10-31 16:17:15 +01:00
Dietmar Maurer
92b5029f60
LXC GUI: Wizard now uses new 'cores' option instead of cpulimit
2016-10-29 11:05:16 +02:00
Dietmar Maurer
c8802a60b7
use auto-generated block IDs to reference online docu.
2016-10-13 11:26:06 +02:00
Dietmar Maurer
60ca33057c
code cleanup
2016-09-16 07:38:47 +02:00
Fabian Grünbichler
203fd3488f
lxc: correctly display cpulimit
...
the backend defaults to 0 (unlimited), so this should also be the default
in the GUI if nothing is set.
2016-09-16 06:58:27 +02:00
Dominik Csapak
7f1ac74ce7
add onlineHelp to lxc
...
and its options, and to network input panel
and mount point input panel
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2016-09-13 16:41:53 +02:00
Dominik Csapak
494b650e25
fix reset button with bind mounts
...
if we do not disable the storageselector with bind mounts,
it automatically sets the first storage which can hold
containers (because of allowBlank: false) and triggers
the dirty flag but clicking on reset does not delete
the value there
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2016-05-19 06:12:35 +02:00
Dominik Csapak
47e36cf677
fix #1000 : add backup checkbox for mountpoints
...
excluding bind mounts and rootfs
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2016-05-19 06:11:25 +02:00
Dietmar Maurer
185a77e555
reduce translation overhead
2016-04-05 11:10:52 +02:00
Wolfgang Bumiller
17ab437fab
lxc: disable ACL settings for bind mounts
2016-03-14 17:28:59 +01:00
Emmanuel Kasper
e7f0e95e2f
fix storage selector 'change' event handling
...
the initial loading of the storage selector fires a 'change'
event via the 'onLoad' method of its parent class
at that point the value of the storage selector is empty,
and the callback function fails
2016-03-09 18:03:54 +01:00
Emmanuel Kasper
0b409147ad
Fix ComboBoxes when adding a mountpoint
...
reasoning identic to:
commit 8f8e8a2e06
adapt KVComboBoxes to pass store items using 'comboItems' parameter
2016-03-09 18:02:43 +01:00
Dietmar Maurer
ab2fac2f75
copy lxc/ResourceEdit.js from manager to manager6
2016-03-03 10:51:31 +01:00