Merge pull request #232 from RubenPX/fix-max-lots-list

[Change] Set max lots list to 20
This commit is contained in:
Santiago L 2022-04-25 11:29:04 +02:00 committed by GitHub
commit b0f9a83dce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 %}