"small changes"

- remove http only in login.html
- extract PeeringManager into separate file
- add "progress meter" for "used" to "available" peerings
This commit is contained in:
lare 2022-12-12 19:40:30 +01:00
parent d6509ef6fe
commit 2bf2174763
8 changed files with 271 additions and 166 deletions

View file

@ -16,7 +16,7 @@
<td>{{node}}</td>
<td>{{config["nodes"][node]["country"]}}</td>
<td>{{config["nodes"][node]["city"]}}</td>
<td></td>
<td><progress value="{{peerings.amount_by_node(node)}}" max="{{config['nodes'][node]['capacity']}}"></progress></td>
<td><a href="peerings/new?node={{node}}">peer</a></td>
</tr>
{% endfor %}