T272 Increased number of history items displayed. Added scrollbar

This commit is contained in:
2021-04-23 16:14:00 +02:00
parent 56b55518fd
commit a51cd05990
6 changed files with 14 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
var historyJson = {};
const maxIterations = 30;
const maxIterations = 200;
function filterHistory(){
var dateFrom = new Date($('#historyFrom').val() + 'T' + $('#historyTimeFrom').val());