Commit Graph

17 Commits

Author SHA1 Message Date
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
Thomas Lamprecht
4beef5c455 node network: adapt pending changes diff text
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-11-26 12:13:09 +01:00
Thomas Lamprecht
03e93db5d5 node network: disable revert button if there are no changes
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-11-26 12:07:06 +01:00
Thomas Lamprecht
1cf31d6bac node network: add separators in top bar
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-11-26 12:06:42 +01:00
Thomas Lamprecht
2877ddea0b ask for confirmation before hot-applying network changes
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-11-26 12:06:05 +01:00
Dominik Csapak
21cd6c09e2 NetworkView: add apply config button
when the host has ifupdown2 installed, we can hot apply the config
add a button to do this

if the user does not meet the requirements, the api call
will show why and throw an error (without changing anything)

the button has to be enabled via 'showApplyBtn', because for now,
we do not want it for pmg

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2019-11-26 10:11:30 +01:00
Dominik Csapak
211bdf934f node network: add Bond Mode and Hash Policy columns
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2019-07-10 12:26:54 +02:00
Dominik Csapak
4211996ab0 node network: hide ip and netmask by default
CIDR column displays the same information in only on column,
no need to duplicate the information (by default)

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2019-07-10 12:26:54 +02:00
Dominik Csapak
d0c2b8781a show cidr in network view and optimize renderer
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2019-05-08 14:56:52 +00:00
Wolfgang Link
9b575917b9 change the hard coded text against the translated text 2018-01-25 11:03:44 +01:00
Wolfgang Link
8947a4fc13 show VLAN aware setting in NetworkView. 2018-01-25 11:03:44 +01:00
Dominik Csapak
7c0e4c25c1 make network devices types configureable
so that we can show all on pve and only bonds on pmg

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2017-11-14 11:36:46 +01:00
Dietmar Maurer
b81cf17334 NetworkView.js - correctly set eror mask 2017-10-09 07:00:32 +02:00
Dominik Csapak
1a68e95dec change time of startupdate
because these components are not always children of
a tabpanel or standalone, we cannot use activate here
else we do not trigger the startupdate

disadvantage: when used as a child of a tabpanel,
it starts immediately instead of when clicking on the tab

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2017-04-05 09:43:19 +02:00
Dietmar Maurer
869439b1e9 NetworkView.js: improve column width 2017-03-07 17:35:18 +01:00
Dietmar Maurer
89f5745205 NetworkView: conditionally view pending changes 2017-03-07 17:29:12 +01:00
Dietmar Maurer
a58001ddfc add NetworkView.js and NetworkEdit.js
Copied from pve-manager
2017-01-31 17:05:09 +01:00