]> git.proxmox.com Git - pve-manager.git/commitdiff
qinq: add vlan-protocol option
authorAlexandre Derumier <aderumier@odiso.com>
Tue, 19 May 2020 16:39:52 +0000 (18:39 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 19 May 2020 19:25:55 +0000 (21:25 +0200)
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
www/manager6/sdn/zones/QinQEdit.js

index 9d0fdb6756fdac38606fa1eebdcf894caabf256d..beb2573ed8ce35e39b1e2b86aeb8dcb3b19a8d0f 100644 (file)
@@ -39,6 +39,14 @@ Ext.define('PVE.sdn.zones.QinQInputPanel', {
            fieldLabel: gettext('Service vlan'),
            allowBlank: false
          },
+          {
+            xtype: 'proxmoxKVComboBox',
+            name: 'vlan-protocol',
+            fieldLabel: gettext('Service vlan protocol'),
+            allowBlank: true,
+            value: '802.1q',
+            comboItems: [['802.1q', '802.1q'], ['802.1ad', '802.1ad']]
+          },
           {
             xtype: 'proxmoxintegerfield',
             name: 'mtu',