mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2024-11-10 08:57:25 +01:00
add comment regarding metric data load
This commit is contained in:
parent
708eaf4178
commit
01845a0cb7
@ -110,7 +110,7 @@
|
|||||||
client: client,
|
client: client,
|
||||||
query: subQuery,
|
query: subQuery,
|
||||||
variables: { dbid, selectedMetrics, selectedScopes, selectedResolution },
|
variables: { dbid, selectedMetrics, selectedScopes, selectedResolution },
|
||||||
// requestPolicy:"network-only"
|
// Never user network-only: causes reactive load-loop!
|
||||||
});
|
});
|
||||||
|
|
||||||
if ($metricData && !$metricData.fetching) {
|
if ($metricData && !$metricData.fetching) {
|
||||||
|
Loading…
Reference in New Issue
Block a user