T272 Increased number of history items displayed. Added scrollbar
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
var historyJson = {};
|
||||
const maxIterations = 30;
|
||||
const maxIterations = 200;
|
||||
|
||||
function filterHistory(){
|
||||
var dateFrom = new Date($('#historyFrom').val() + 'T' + $('#historyTimeFrom').val());
|
||||
|
||||
Reference in New Issue
Block a user