Thomas Lamprecht
3bbce3b8cd
drop jslint lines
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2020-06-06 18:11:47 +02:00
Christian Ebner
b29918337e
fix : #1145 enable CT/VM firewall by default on creation via WebUI
...
Signed-off-by: Christian Ebner <c.ebner@proxmox.com>
2019-04-03 11:25:25 +02:00
Dominik Csapak
57f034f6ff
qemu/NetworkEdit: rework panel for advanced options
...
move some fields into advanced options, and remove nat mode
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2018-04-06 11:45:14 +02:00
Thomas Lamprecht
ef4ef788d5
use InputPanel from widget toolkit
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Reviewed-by: Dominik Csapak <d.csapak@proxmox.com>
2018-01-25 13:36:38 +01:00
Thomas Lamprecht
9fccc702ec
use windowEdit from widget toolkit
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Reviewed-by: Dominik Csapak <d.csapak@proxmox.com>
2018-01-25 13:36:38 +01:00
Thomas Lamprecht
896c0d5019
use Checkbox from widget toolkit
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Reviewed-by: Dominik Csapak <d.csapak@proxmox.com>
2018-01-25 13:36:38 +01:00
Dominik Csapak
bf96f60deb
use IntegerField from widget toolkit
...
there we implemented deleteEmpty, which we can use in some cases.
this also fixes a bug in the ControllerSelector where
an empty field would be allowed (but should not)
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
Reviewed-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2018-01-25 13:36:37 +01:00
Emmanuel Kasper
a1af3e3842
Do not translate Qemu specific terms
...
Multiqueue is the proper name as used by Qemu, as seen in
https://www.linux-kvm.org/page/Multiqueue
Signed-off-by: Emmanuel Kasper <e.kasper@proxmox.com>
2017-11-28 11:24:52 +01:00
Emmanuel Kasper
85806e47d1
Use camel case for InputPanels aliases
...
Camel Case names for component alias follow Ext recommended practises
and are used otherwise everyelse in the code base.
No functionnal changes, aliases for these components were not used
anyway.
2017-07-11 13:23:38 +02:00
Emmanuel Kasper
d5e771ce51
Rename 'create' to 'isCreate' in pveWindowEdit and subclasses
...
This fixes around 20 jslint type confusion warnings.
Also reduce the scope and document jslint warnings along the way.
No functional changes.
2017-03-02 10:36:35 +01:00
Dominik Csapak
8a7e5598f1
add pveIntegerField and use it
...
this adds a subclass of Ext.form.field.Number with the settings for
Integers (allowDecimals: false and allowExponential: false and default
step size 1)
and use it where we only accept integers
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2016-11-02 17:14:06 +01:00
Dietmar Maurer
c8802a60b7
use auto-generated block IDs to reference online docu.
2016-10-13 11:26:06 +02:00
Emmanuel Kasper
39c06c6925
USe PVE.qemu.OSDefaults statics to get defaults for NIC and Storage Controller
2016-07-21 12:50:27 +02:00
Emmanuel Kasper
42902182c0
Rename Wizard Component aliases using camelCase
...
this is ExtJS recommended practise, follows most of our
conventions and is necessary for querying
components with Ext.ComponentQuery.query() without escaping the
dots in the component widget name.
2016-07-21 12:44:13 +02:00
Emmanuel Kasper
de38208467
Add Help buttons for three more Qemu Panels
2016-06-14 12:20:38 +02:00
Dominik Csapak
5ca0c804c6
remove displayfield height hack
...
this did not work anymore,
instead overwrite css for displayfields to have correct
min-height
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2016-04-06 16:29:35 +02:00
Dietmar Maurer
185a77e555
reduce translation overhead
2016-04-05 11:10:52 +02:00
Dietmar Maurer
8487aa127b
copy qemu/NetworkEdit.js from manager to manager6
2016-03-16 09:12:22 +01:00