mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2025-08-04 10:10:35 +02: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