Rework all Resource Lists

This commit is contained in:
Patrick Jentsch
2023-01-04 20:00:37 +01:00
parent 7b88493e7d
commit 8b18571725
22 changed files with 1318 additions and 928 deletions

View File

@ -23,6 +23,6 @@
{{ super() }}
<script>
let userList = new UserList(document.querySelector('.user-list'));
userList._init({{ json_users|tojson }});
userList.add({{ json_users|tojson }});
</script>
{% endblock scripts %}