mirrors: allow selective auto-rotation

This commit is contained in:
Iain Learmonth 2022-05-01 16:38:41 +01:00
parent 18e046dc42
commit 80890c2127
5 changed files with 25 additions and 34 deletions

View file

@ -21,8 +21,7 @@
{{ origin.domain_name }}
</td>
<td>{{ origin.description }}</td>
<td>{{ origin.mirrors | length }}</td>
<td>{{ origin.proxies | length }}</td>
<td>{% if origin.auto_rotation %}✅{% else %}❌{% endif %}</td>
<td>
<a href="{{ url_for("portal.edit_group", group_id=origin.group.id) }}">{{ origin.group.group_name }}</a>
</td>