cleanup outdated code

This commit is contained in:
Christoph Kluge 2024-08-20 16:41:35 +02:00
parent 599a36466a
commit e74e506ffe

View File

@ -122,15 +122,6 @@
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
getContext("on-init")(() => {
let job = $initq.data.job;