set max lots list to 20

This commit is contained in:
RubenPX 2022-04-25 11:19:55 +02:00
parent d1d693542f
commit e48a6c1ae4
1 changed files with 3 additions and 1 deletions

View File

@ -407,7 +407,9 @@
<!-- Custom Code -->
<script>
const table = new simpleDatatables.DataTable("table")
const table = new simpleDatatables.DataTable("table", {
perPage: 20
})
</script>
<script src="{{ url_for('static', filename='js/main_inventory.js') }}"></script>
{% endblock main %}