mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2026-02-18 16:57:30 +01:00
add filterBuffer for seamless view switch
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user