Skip to content

Add RIPEstat info to ipblocks

Fabfur requested to merge ripe-info into main

A very quick feature to add RIPEstat (https://stat.ripe.net/) link to ipblocks entries. The jinja2 urlencode filter doesn't encode '/' character on purpose but suggests the replace workaround for this.

Apparently RIPE accepts gladly urls built this way, even if it performs a redirect afterwards.

An even simpler (and more unobtrusive) way to add this is just to transform the ipblock entry in a link, with the same target, removing thus the button and the columns completely.

Screenshot:

image.png

Merge request reports