Working jumps (routes) + goToNow now reloads

This commit is contained in:
l_samenv
2024-08-14 08:27:59 +02:00
parent 58d44dd4d7
commit 5735fe9f01
7 changed files with 193 additions and 151 deletions

View File

@ -345,7 +345,7 @@ function successHandler(s, message) {
begin = timeRange[0] - timeRange[1];
select.value = begin;
// Server-request for variable-list.*/
reqJSON(0, "http://" + hostPort + "/getvars?time=" + timeRange + "&id="
reqJSON(0, "http://" + hostPort + "/getvars?time=" + timeRange + "&all=False&id="
+ clientID, successHandler, errorHandler);
break;
// Response to a "getvars"-server-request.
@ -365,7 +365,8 @@ function successHandler(s, message) {
} else {
nextInitCommand();
}*/
graphs.receivedVars(message.blocks);
// graphs.receivedVars(message.blocks);
graphs.initGraphs(message.blocks);
nextInitCommand();
break;
// Response to a "graph"-server-request.