add filterBuffer for seamless view switch

This commit is contained in:
Christoph Kluge
2025-04-29 18:40:44 +02:00
parent df497d5952
commit 1c84bcae35
3 changed files with 9 additions and 3 deletions

View File

@@ -32,9 +32,10 @@
}
export let matchedCompareJobs = 0;
export let filterBuffer = [];
export let metrics = ccconfig.plot_list_selectedMetrics;
let filter = [];
let filter = [...filterBuffer];
const sorting = { field: "startTime", type: "col", order: "DESC" };
/* GQL */