]> git.proxmox.com Git - proxmox-widget-toolkit.git/commitdiff
add missing vlan type in network panel
authorAlexandre Derumier <aderumier@odiso.com>
Tue, 19 Jun 2018 08:47:22 +0000 (10:47 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 19 Jun 2018 09:33:27 +0000 (11:33 +0200)
Currently a vlan interface is correctly parsed,
but GUI display it as unknown

Utils.js

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