portal/pool: allow adding and removing origin groups

This commit is contained in:
Iain Learmonth 2022-10-08 19:51:56 +01:00
parent a189e8756c
commit 0cc6cf0eda
3 changed files with 90 additions and 7 deletions

View file

@ -11,7 +11,8 @@
</div>
<h3>Groups</h3>
{{ groups_table(pool.groups) }}
<p><a href="{{ url_for("portal.pool.pool_group_add", pool_id=pool.id) }}" class="btn btn-sm btn-success">Add Group</a></p>
{{ groups_table(pool.groups, pool) }}
<h3>Distribution Lists</h3>
{{ mirrorlists_table(pool.lists) }}