]> git.proxmox.com Git - pve-manager.git/blobdiff - www/manager6/form/FirewallPolicySelector.js
ui: eslint: fix trailing comma and comma related whitespaces errors
[pve-manager.git] / www / manager6 / form / FirewallPolicySelector.js
index c15f73e32da591a11a1598ed5f4681433714c7e4..a5c9d42a8cb6b02ac503d624679a6ec25374ce10 100644 (file)
@@ -4,6 +4,6 @@ Ext.define('PVE.form.FirewallPolicySelector', {
     comboItems: [
            ['ACCEPT', 'ACCEPT'],
            ['REJECT', 'REJECT'],
-           [ 'DROP', 'DROP']
-       ]
+           [ 'DROP', 'DROP'],
+       ],
 });