mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-05-17 10:47:23 +00:00
node: task filter: code style
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
64c1d6191c
commit
04070ce5b1
@ -169,7 +169,8 @@ Ext.define('Proxmox.node.Tasks', {
|
|||||||
let extraFilter = get('extraFilter');
|
let extraFilter = get('extraFilter');
|
||||||
for (const [name, value] of Object.entries(extraFilter)) {
|
for (const [name, value] of Object.entries(extraFilter)) {
|
||||||
if (value !== undefined && value !== null && value !== "" &&
|
if (value !== undefined && value !== null && value !== "" &&
|
||||||
preFilter[name] === undefined) {
|
preFilter[name] === undefined
|
||||||
|
) {
|
||||||
count++;
|
count++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user