add missing vlan type in network panel

Currently a vlan interface is correctly parsed,
but GUI display it as unknown
This commit is contained in:
Alexandre Derumier 2018-06-19 10:47:22 +02:00 committed by Thomas Lamprecht
parent a348814625
commit 92ccd25d2a

View File

@ -405,6 +405,7 @@ Ext.define('Proxmox.Utils', { utilities: {
eth: gettext("Network Device"), eth: gettext("Network Device"),
bridge: 'Linux Bridge', bridge: 'Linux Bridge',
bond: 'Linux Bond', bond: 'Linux Bond',
vlan: 'Linux Vlan Interface',
OVSBridge: 'OVS Bridge', OVSBridge: 'OVS Bridge',
OVSBond: 'OVS Bond', OVSBond: 'OVS Bond',
OVSPort: 'OVS Port', OVSPort: 'OVS Port',