]> git.proxmox.com Git - proxmox-widget-toolkit.git/commit
add vlan interface support
authorAlexandre Derumier <aderumier@odiso.com>
Tue, 28 Jan 2020 10:24:45 +0000 (11:24 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 30 Jan 2020 15:14:30 +0000 (16:14 +0100)
commit8aefd47ceba3fb7a6444ba5ae20c47997acd3cba
treeb83e954e5b97468d5c7e6ef7a8081a462cd75fd1
parent15206214d94a52317e376ae1798cd71674c5c985
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>
Toolkit.js
Utils.js
node/NetworkEdit.js
node/NetworkView.js