Skip to content

Commit 75a74c1

Browse files
committed
Merge branch 'dev' of github.com:ClusterCockpit/cc-backend into dev
2 parents 248f11f + 75e8499 commit 75a74c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/frontend/src/generic/plots/DoubleMetricPlot.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
// X
8080
let pendingSeries = [
8181
{
82-
label: "Runtime",
82+
label: "Time",
8383
value: (u, ts, sidx, didx) =>
8484
(didx == null) ? null : formatDurationTime(ts, forNode),
8585
}

0 commit comments

Comments
 (0)