portal: add bridge configurations to group view
This commit is contained in:
parent
a4144671a5
commit
b085409e5e
1 changed files with 6 additions and 0 deletions
|
@ -15,4 +15,10 @@
|
||||||
{% if group.origins %}
|
{% if group.origins %}
|
||||||
{{ origins_table(group.origins) }}
|
{{ origins_table(group.origins) }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
<h3>Tor Bridge Configrations</h3>
|
||||||
|
<a href="{{ url_for("portal.origin.origin_new", group_id=group.id) }}" class="btn btn-success btn-sm">Create new bridge configuration</a>
|
||||||
|
{% if group.bridgeconfs %}
|
||||||
|
{{ bridges_table(origin.bridges) }}
|
||||||
|
{% endif %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue