]> git.proxmox.com Git - proxmox-backup.git/blobdiff - www/config/RemoteView.js
ui: some eslint auto-fixes
[proxmox-backup.git] / www / config / RemoteView.js
index 5739255d1f213b670f9fb43d3b8c584508eab262..a820da0405554355ba010b20581695fee407e75a 100644 (file)
@@ -1,6 +1,6 @@
 Ext.define('pmx-remotes', {
     extend: 'Ext.data.Model',
-    fields: [ 'name', 'host', 'userid', 'fingerprint', 'comment' ],
+    fields: ['name', 'host', 'userid', 'fingerprint', 'comment'],
     idProperty: 'name',
     proxy: {
        type: 'proxmox',