fix: fix wrongly inserted gql request and import path error

This commit is contained in:
Christoph Kluge 2024-08-08 12:29:45 +02:00
parent c80d3a6958
commit ce9995dac7
2 changed files with 2 additions and 2 deletions

View File

@ -75,7 +75,7 @@
duration, numNodes, numHWThreads, numAcc,
SMT, exclusive, partition, subCluster, arrayJobId,
monitoringStatus, state, walltime,
tags { id, type, name, scope },
tags { id, type, name },
resources { hostname, hwthreads, accelerators },
metaData,
userData { name, email },

View File

@ -27,7 +27,7 @@
import {
init,
checkMetricDisabled,
} from "./utils.js";
} from "./generic/utils.js";
import PlotTable from "./generic/PlotTable.svelte";
import MetricPlot from "./generic/plots/MetricPlot.svelte";
import TimeSelection from "./generic/select/TimeSelection.svelte";