portal/pool: allow adding and removing origin groups
This commit is contained in:
parent
a189e8756c
commit
0cc6cf0eda
3 changed files with 90 additions and 7 deletions
|
@ -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) }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue