Merge pull request #232 from RubenPX/fix-max-lots-list
[Change] Set max lots list to 20
This commit is contained in:
commit
b0f9a83dce
|
@ -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 %}
|
||||
|
|
Reference in New Issue