mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2024-11-13 02:17:25 +01:00
cleanup outdated code
This commit is contained in:
parent
599a36466a
commit
e74e506ffe
@ -122,15 +122,6 @@
|
|||||||
variables: { dbid, selectedMetrics, selectedScopes },
|
variables: { dbid, selectedMetrics, selectedScopes },
|
||||||
});
|
});
|
||||||
|
|
||||||
// function loadAllScopes() {
|
|
||||||
// selectedScopes = [...selectedScopes, "socket", "core"]
|
|
||||||
// jobMetrics = queryStore({
|
|
||||||
// client: client,
|
|
||||||
// query: query,
|
|
||||||
// variables: { dbid, selectedMetrics, selectedScopes},
|
|
||||||
// });
|
|
||||||
// }
|
|
||||||
|
|
||||||
// Handle Job Query on Init -> is not executed anymore
|
// Handle Job Query on Init -> is not executed anymore
|
||||||
getContext("on-init")(() => {
|
getContext("on-init")(() => {
|
||||||
let job = $initq.data.job;
|
let job = $initq.data.job;
|
||||||
|
Loading…
Reference in New Issue
Block a user