Adds persistance to showfootprint selection

This commit is contained in:
Christoph Kluge
2023-11-21 15:38:28 +01:00
parent dc860f8fd9
commit f342a65aba
3 changed files with 17 additions and 4 deletions

View File

@@ -28,7 +28,7 @@
export let sorting = { field: "startTime", order: "DESC" };
export let matchedJobs = 0;
export let metrics = ccconfig.plot_list_selectedMetrics;
export let showFootprint = false;
export let showFootprint;
let itemsPerPage = ccconfig.plot_list_jobsPerPage;
let page = 1;