]> git.proxmox.com Git - proxmox-backup.git/commitdiff
eslint fixes
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 1 Oct 2020 11:03:14 +0000 (13:03 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 1 Oct 2020 11:03:14 +0000 (13:03 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/config/RemoteView.js
www/window/RemoteEdit.js

index 98f72bb54695cfbb665bce747a506935609a07aa..685503fe2b7067c3d24ea4ddcb26933c9fcf330d 100644 (file)
@@ -13,8 +13,8 @@ Ext.define('pmx-remotes', {
                    txt += `:${port}`;
                }
                return txt;
-           }
-       }
+           },
+       },
     ],
     idProperty: 'name',
     proxy: {
index bf5c11fc94d538e8f2dd5d4900bc89f3cecff115..2296c89a3f37d25828ca6b4a3d168eeec3b98125 100644 (file)
@@ -71,8 +71,8 @@ Ext.define('PBS.window.RemoteEdit', {
 
                        field.up('inputpanel').down('field[name=host]').setValue(host);
                        field.up('inputpanel').down('field[name=port]').setValue(port);
-                   }
-               }
+                   },
+               },
            },
            {
                xtype: 'proxmoxtextfield',