]> git.proxmox.com Git - pmg-gui.git/blobdiff - js/VirusDetectorConfiguration.js
tree wide: eslint --fix
[pmg-gui.git] / js / VirusDetectorConfiguration.js
index 6d8d936353f7c5862e2276f6ce2d9cd5a9da6164..ab744282b29c1fa77cb2c898b17cd37e15d69a0d 100644 (file)
@@ -12,19 +12,19 @@ Ext.define('PMG.VirusDetectorConfiguration', {
        {
            title: gettext('Options'),
            itemId: 'options',
-           xtype: 'pmgVirusDetectorOptions'
+           xtype: 'pmgVirusDetectorOptions',
        },
        {
            title: gettext('ClamAV'),
            itemId: 'clamav',
-           xtype: 'pmgClamAVDatabase'
+           xtype: 'pmgClamAVDatabase',
        },
        {
            title: gettext('Quarantine'),
            itemId: 'quarantine',
-           xtype: 'pmgVirusQuarantineOptions'
-       }
-    ]
+           xtype: 'pmgVirusQuarantineOptions',
+       },
+    ],
 });