diff --git a/src/main/resources/static/css/main.css b/src/main/resources/static/css/main.css new file mode 100644 index 0000000..2f8c9ff --- /dev/null +++ b/src/main/resources/static/css/main.css @@ -0,0 +1,4 @@ +.overflowedTableContent { + max-height: 750px; + overflow: scroll; +} \ No newline at end of file diff --git a/src/main/resources/static/html/mock.html b/src/main/resources/static/html/mock.html index 5717c8e..760397e 100644 --- a/src/main/resources/static/html/mock.html +++ b/src/main/resources/static/html/mock.html @@ -4,6 +4,7 @@ R11 MockedServices + @@ -117,7 +118,7 @@ -
+
diff --git a/src/main/resources/static/js/historyloader.js b/src/main/resources/static/js/historyloader.js index b9c2729..f283b76 100644 --- a/src/main/resources/static/js/historyloader.js +++ b/src/main/resources/static/js/historyloader.js @@ -1,5 +1,5 @@ var historyJson = {}; -const maxIterations = 30; +const maxIterations = 200; function filterHistory(){ var dateFrom = new Date($('#historyFrom').val() + 'T' + $('#historyTimeFrom').val()); diff --git a/target/classes/static/css/main.css b/target/classes/static/css/main.css new file mode 100644 index 0000000..2f8c9ff --- /dev/null +++ b/target/classes/static/css/main.css @@ -0,0 +1,4 @@ +.overflowedTableContent { + max-height: 750px; + overflow: scroll; +} \ No newline at end of file diff --git a/target/classes/static/html/mock.html b/target/classes/static/html/mock.html index 5717c8e..760397e 100644 --- a/target/classes/static/html/mock.html +++ b/target/classes/static/html/mock.html @@ -4,6 +4,7 @@ R11 MockedServices + @@ -117,7 +118,7 @@ -
+
diff --git a/target/classes/static/js/historyloader.js b/target/classes/static/js/historyloader.js index b9c2729..f283b76 100644 --- a/target/classes/static/js/historyloader.js +++ b/target/classes/static/js/historyloader.js @@ -1,5 +1,5 @@ var historyJson = {}; -const maxIterations = 30; +const maxIterations = 200; function filterHistory(){ var dateFrom = new Date($('#historyFrom').val() + 'T' + $('#historyTimeFrom').val());