Commit Graph

11 Commits

Author SHA1 Message Date
Thomas Lamprecht
1aaba242fb net/node: add some "hint" for VLAN add window
The three naming schemes are not ideal, but well here we are for now.
Add some hint to explain what one can do with which version - try to
keep it rather short. It's not ideal but hopefully better than
nothing :)

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2020-01-30 17:36:47 +01:00
Thomas Lamprecht
5c833deffe node/net: move MTU to advanced section
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2020-01-30 17:23:01 +01:00
Thomas Lamprecht
ea7da80cda node/net: fix indentation a bit
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2020-01-30 17:22:03 +01:00
Alexandre Derumier
8aefd47ceb add vlan interface support
vlan-raw-device && vlan-id field are only
enabled if interface name is different than interfaceX.Y

I have added a listener on iface,
to enable them live if user want a custom name for vlan interface

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
2020-01-30 16:14:30 +01:00
Alexandre Derumier
aedaf2b6f1 networkedit: add mtu field
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
2020-01-13 18:37:33 +01:00
Alexandre Derumier
b154853a74 networkedit: bond: add bond-primary field
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
2020-01-13 18:37:33 +01:00
Dominik Csapak
8e2d096c7f change network input from address/netmask to cidr and change labels
this makes the ui easier and is consistent with the rest of our ui
(container and cloud init)

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2019-05-08 14:56:52 +00:00
Dominik Csapak
b33f451f98 change 'create' parameter to 'isCreate'
this mirrors the changes from Emmanuel in commit
9af71828d42c67b13144b568eee828b215054399
of pve-manager

where he renamed the 'create' parameter of the Edit Window to
isCreate, to avoid countless jslint errors regarding type confusion

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2017-11-14 11:37:04 +01:00
Dietmar Maurer
fccec7c6c2 add Checkbox.js
Copied from pve-manager
2017-01-31 17:17:12 +01:00
Dietmar Maurer
a0ec162067 add TextField.js
Copied from pve-manager
2017-01-31 17:13:26 +01:00
Dietmar Maurer
a58001ddfc add NetworkView.js and NetworkEdit.js
Copied from pve-manager
2017-01-31 17:05:09 +01:00