]> git.proxmox.com Git - pve-manager.git/blobdiff - www/manager6/sdn/zones/VxlanEdit.js
ui: eslint: fix trailing comma and comma related whitespaces errors
[pve-manager.git] / www / manager6 / sdn / zones / VxlanEdit.js
index 4d8c171993507654e28d11a8581b5b7e7847e7e1..3ee4af8c14fea968f29fabeb20417f5199e11b83 100644 (file)
@@ -27,7 +27,7 @@ Ext.define('PVE.sdn.zones.VxlanInputPanel', {
             name: 'zone',
             value: me.zone || '',
             fieldLabel: 'ID',
-            allowBlank: false
+            allowBlank: false,
           },
          {
            xtype: 'textfield',
@@ -43,7 +43,7 @@ Ext.define('PVE.sdn.zones.VxlanInputPanel', {
             fieldLabel: 'MTU',
             skipEmptyText: true,
             allowBlank: true,
-            emptyText: 'auto'
+            emptyText: 'auto',
           },
           {
             xtype: 'pveNodeSelector',
@@ -51,11 +51,11 @@ Ext.define('PVE.sdn.zones.VxlanInputPanel', {
             fieldLabel: gettext('Nodes'),
             emptyText: gettext('All') + ' (' + gettext('No restrictions') +')',
             multiSelect: true,
-            autoSelect: false
+            autoSelect: false,
           },
 
        ];
 
        me.callParent();
-    }
+    },
 });