mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2024-11-10 08:57:25 +01:00
Merge branch 'Refactor-job-footprint' into add_nats_server
This commit is contained in:
commit
162eaaf77a
@ -75,7 +75,7 @@
|
|||||||
duration, numNodes, numHWThreads, numAcc,
|
duration, numNodes, numHWThreads, numAcc,
|
||||||
SMT, exclusive, partition, subCluster, arrayJobId,
|
SMT, exclusive, partition, subCluster, arrayJobId,
|
||||||
monitoringStatus, state, walltime,
|
monitoringStatus, state, walltime,
|
||||||
tags { id, type, name, scope },
|
tags { id, type, name },
|
||||||
resources { hostname, hwthreads, accelerators },
|
resources { hostname, hwthreads, accelerators },
|
||||||
metaData,
|
metaData,
|
||||||
userData { name, email },
|
userData { name, email },
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
import {
|
import {
|
||||||
init,
|
init,
|
||||||
checkMetricDisabled,
|
checkMetricDisabled,
|
||||||
} from "./utils.js";
|
} from "./generic/utils.js";
|
||||||
import PlotTable from "./generic/PlotTable.svelte";
|
import PlotTable from "./generic/PlotTable.svelte";
|
||||||
import MetricPlot from "./generic/plots/MetricPlot.svelte";
|
import MetricPlot from "./generic/plots/MetricPlot.svelte";
|
||||||
import TimeSelection from "./generic/select/TimeSelection.svelte";
|
import TimeSelection from "./generic/select/TimeSelection.svelte";
|
||||||
|
Loading…
Reference in New Issue
Block a user