routewatch/internal/templates
sneak ba13c76c53 Fix prefix distribution bug and add prefix length pages
- Fix GetPrefixDistribution to count unique prefixes using COUNT(DISTINCT prefix) instead of COUNT(*)
- Add /prefixlength/<length> route showing random sample of 500 prefixes
- Make prefix counts on status page clickable links to prefix length pages
- Add GetRandomPrefixesByLength database method
- Create prefix_length.html template with sortable table
- Show prefix age and origin AS with descriptions
2025-07-28 18:42:38 +02:00
..
as_detail.html Fix prefix URL routing by using URL encoding 2025-07-28 04:34:34 +02:00
prefix_detail.html Update AS path display to show handles with clickable links 2025-07-28 18:31:35 +02:00
prefix_length.html Fix prefix distribution bug and add prefix length pages 2025-07-28 18:42:38 +02:00
status.html Fix prefix distribution bug and add prefix length pages 2025-07-28 18:42:38 +02:00
templates.go Fix prefix URL routing by using URL encoding 2025-07-28 04:34:34 +02:00