mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-07-09 23:17:46 +00:00
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:
parent
a348814625
commit
92ccd25d2a
1
Utils.js
1
Utils.js
@ -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',
|
||||||
|
Loading…
Reference in New Issue
Block a user