]> git.proxmox.com Git - pve-manager.git/commitdiff
sdn: vlan: fix indentation in vlan edit dialogue
authorStefan Hanreich <s.hanreich@proxmox.com>
Fri, 12 Apr 2024 08:07:35 +0000 (10:07 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sun, 21 Apr 2024 11:00:07 +0000 (13:00 +0200)
Reviewed-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
Signed-off-by: Stefan Hanreich <s.hanreich@proxmox.com>
www/manager6/sdn/zones/VlanEdit.js

index 7f7ccca41b10a15e0c23ca67ae8cffb7752d7d67..0bef5c8ec58acd4fe1205deb774609ad2bada3b2 100644 (file)
@@ -20,10 +20,10 @@ Ext.define('PVE.sdn.zones.VlanInputPanel', {
 
         me.items = [
           {
-            xtype: 'textfield',
-            name: 'bridge',
-            fieldLabel: 'Bridge',
-            allowBlank: false,
+           xtype: 'textfield',
+           name: 'bridge',
+           fieldLabel: 'Bridge',
+           allowBlank: false,
            vtype: 'BridgeName',
            minLength: 1,
            maxLength: 10,