From 92ccd25d2abd52facc5b4008004e47414af4355e Mon Sep 17 00:00:00 2001 From: Alexandre Derumier Date: Tue, 19 Jun 2018 10:47:22 +0200 Subject: [PATCH] add missing vlan type in network panel Currently a vlan interface is correctly parsed, but GUI display it as unknown --- Utils.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Utils.js b/Utils.js index 7a4c1d6..d9aa042 100644 --- 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',