From e40fc4efb768ed8b9565c76e5e17e73c66b43593 Mon Sep 17 00:00:00 2001 From: modzeleg Date: Thu, 15 Apr 2021 12:34:44 +0200 Subject: [PATCH] History search operational --- src/main/resources/static/html/mock.html | 32 +++++++++++-------- src/main/resources/static/js/historyloader.js | 3 +- target/classes/static/html/mock.html | 32 +++++++++++-------- target/classes/static/js/historyloader.js | 3 +- 4 files changed, 40 insertions(+), 30 deletions(-) diff --git a/src/main/resources/static/html/mock.html b/src/main/resources/static/html/mock.html index 2bd58d8..be3367d 100644 --- a/src/main/resources/static/html/mock.html +++ b/src/main/resources/static/html/mock.html @@ -119,23 +119,27 @@ - +
- - - - - - - - - - - - - +
TimestampType
2021-01-01T10:57:26Client request
2021-01-01T10:57:26Client request
+ + + + + + + + + + + + + + + +
TimestampType
2021-01-01T10:57:26Client request
2021-01-01T10:57:26Client request
diff --git a/src/main/resources/static/js/historyloader.js b/src/main/resources/static/js/historyloader.js index 3107624..f5437e5 100644 --- a/src/main/resources/static/js/historyloader.js +++ b/src/main/resources/static/js/historyloader.js @@ -56,7 +56,8 @@ function historyToHtml(){ var innerHTML = ''; var iterations = historyJson.length <= maxIterations ? historyJson.length : maxIterations; for(let i=0; i' + '' + historyJson[i].dateTimeStamp + '' + '' + historyJson[i].interfaceName + '' + ''; diff --git a/target/classes/static/html/mock.html b/target/classes/static/html/mock.html index 2bd58d8..be3367d 100644 --- a/target/classes/static/html/mock.html +++ b/target/classes/static/html/mock.html @@ -119,23 +119,27 @@ - +
- - - - - - - - - - - - - +
TimestampType
2021-01-01T10:57:26Client request
2021-01-01T10:57:26Client request
+ + + + + + + + + + + + + + + +
TimestampType
2021-01-01T10:57:26Client request
2021-01-01T10:57:26Client request
diff --git a/target/classes/static/js/historyloader.js b/target/classes/static/js/historyloader.js index 3107624..f5437e5 100644 --- a/target/classes/static/js/historyloader.js +++ b/target/classes/static/js/historyloader.js @@ -56,7 +56,8 @@ function historyToHtml(){ var innerHTML = ''; var iterations = historyJson.length <= maxIterations ? historyJson.length : maxIterations; for(let i=0; i' + '' + historyJson[i].dateTimeStamp + '' + '' + historyJson[i].interfaceName + '' + '';