Influx graph part only + device name on jump and start + fixed dselect z-index
This commit is contained in:
@ -768,7 +768,7 @@ let graphs = (function (){
|
||||
|
||||
AJAX("http://" + hostPort + "/getvars?time=" + msLeftTimestampGetVars/1000 + "," + msRightTimestampGetVars/1000 + "&all=" +allQueryParameterRepresentation(mode) + "&id="+ clientID).getJSON().then(function(data){
|
||||
blocks = data.blocks;
|
||||
|
||||
document.getElementById("device").innerHTML = data.device
|
||||
maxTime = msRightTimestampGetGraph;
|
||||
minTime = msLeftTimestampGetGraph;
|
||||
|
||||
@ -853,7 +853,7 @@ let graphs = (function (){
|
||||
minTime = msLeftTimestamp;
|
||||
|
||||
blocks = data.blocks;
|
||||
|
||||
document.getElementById("device").innerHTML = data.device
|
||||
ngraphs = 0;
|
||||
createGraphs();
|
||||
globalIndicators.getIndicatorsMap()[datesKey].update(currentMinTime);
|
||||
|
Reference in New Issue
Block a user