mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2026-02-11 13:31:45 +01:00
Merge branch 'dev' of github.com:ClusterCockpit/cc-backend into dev
This commit is contained in:
@@ -79,7 +79,7 @@
|
|||||||
// X
|
// X
|
||||||
let pendingSeries = [
|
let pendingSeries = [
|
||||||
{
|
{
|
||||||
label: "Runtime",
|
label: "Time",
|
||||||
value: (u, ts, sidx, didx) =>
|
value: (u, ts, sidx, didx) =>
|
||||||
(didx == null) ? null : formatDurationTime(ts, forNode),
|
(didx == null) ? null : formatDurationTime(ts, forNode),
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user