]> git.proxmox.com Git - proxmox-widget-toolkit.git/commitdiff
node: task filter: code style
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 29 Mar 2022 15:47:35 +0000 (17:47 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 29 Mar 2022 15:48:13 +0000 (17:48 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/node/Tasks.js

index ef1177c6d6a4c845d9469b2f899fbb55b89ceee3..62c9c1873103e9083e6dc291140b8ecca4bc0a2f 100644 (file)
@@ -169,7 +169,8 @@ Ext.define('Proxmox.node.Tasks', {
                    let extraFilter = get('extraFilter');
                    for (const [name, value] of Object.entries(extraFilter)) {
                        if (value !== undefined && value !== null && value !== "" &&
                    let extraFilter = get('extraFilter');
                    for (const [name, value] of Object.entries(extraFilter)) {
                        if (value !== undefined && value !== null && value !== "" &&
-                           preFilter[name] === undefined) {
+                           preFilter[name] === undefined
+                       ) {
                            count++;
                        }
                    }
                            count++;
                        }
                    }