-
-
-
-
-
+
+
{/if}
{/if}
+
+ {
+ selectedMetrics = [...detail]
+ }}
+/>
diff --git a/web/frontend/src/generic/select/MetricSelection.svelte b/web/frontend/src/generic/select/MetricSelection.svelte
index 2b1151e..b65b407 100644
--- a/web/frontend/src/generic/select/MetricSelection.svelte
+++ b/web/frontend/src/generic/select/MetricSelection.svelte
@@ -12,7 +12,7 @@
-->
diff --git a/web/frontend/src/systems/NodeList.svelte b/web/frontend/src/systems/NodeList.svelte
index 935a068..54f7530 100644
--- a/web/frontend/src/systems/NodeList.svelte
+++ b/web/frontend/src/systems/NodeList.svelte
@@ -5,86 +5,22 @@
- `cluster String`: The cluster to show status information for
- `from Date?`: Custom Time Range selection 'from' [Default: null]
- `to Date?`: Custom Time Range selection 'to' [Default: null]
-
- Properties:
- - `sorting Object?`: Currently active sorting [Default: {field: "startTime", type: "col", order: "DESC"}]
- - `matchedJobs Number?`: Number of matched jobs for selected filters [Default: 0]
- - `metrics [String]?`: The currently selected metrics [Default: User-Configured Selection]
- - `showFootprint Bool`: If to display the jobFootprint component
-
- Functions:
- - `refreshJobs()`: Load jobs data with unchanged parameters and 'network-only' keyword
- - `refreshAllMetrics()`: Trigger downstream refresh of all running jobs' metric data
- - `queryJobs(filters?: [JobFilter])`: Load jobs data with new filters, starts from page 1
-->
-