Add nodes AS share chart and table component

This commit is contained in:
nymkappa
2022-07-16 10:44:05 +02:00
parent 2fd34cbd91
commit 28cf0f71eb
8 changed files with 299 additions and 1 deletions

View File

@@ -100,7 +100,6 @@ class NodesApi {
JOIN geo_names ON geo_names.id = nodes.as_number
GROUP BY as_number
ORDER BY COUNT(*) DESC
LIMIT 20
`;
const [nodesCountPerAS]: any = await DB.query(query);