General improvements

This commit is contained in:
Bernd Bestel
2017-04-16 23:11:03 +02:00
parent b7852d78d0
commit bd29f5da25
30 changed files with 473 additions and 293 deletions

4
views/dashboard.js Normal file
View File

@@ -0,0 +1,4 @@
$(function()
{
$('#current-stock-table').DataTable({ 'paging': false });
});