mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2025-07-26 22:26:08 +02:00
remove logging, remove forced change to node scope
This commit is contained in:
@@ -117,13 +117,6 @@
|
||||
selectedScopes = [...scopes, "socket", "core", "accelerator"]
|
||||
}
|
||||
|
||||
if ((selectedResolution !== pendingResolution) && selectedScopes.length >= 2) {
|
||||
selectedScope = String("node")
|
||||
selectedScopes = ["node"]
|
||||
// Instead of adding acc to load-all: always add by default if native is acc
|
||||
// selectedScopes = nativeScope == "accelerator" ? ["node", "accelerator"] : ["node"]
|
||||
}
|
||||
|
||||
selectedResolution = Number(pendingResolution)
|
||||
|
||||
metricData = queryStore({
|
||||
|
Reference in New Issue
Block a user