Influx graph part only + device name on jump and start + fixed dselect z-index

This commit is contained in:
l_samenv
2024-08-21 10:05:47 +02:00
parent 2ea1674991
commit 89dd427a22
8 changed files with 115 additions and 12 deletions

View File

@ -95,7 +95,12 @@ function handleUpdateMessage(src, message) {
}
var header = document.getElementById("header");
header.style.width = 'auto';
header.innerHTML = clientTitle;
let instrument = document.getElementById("instrument");
let device = document.getElementById("device");
instrument.style.width = 'auto'
device.style.width = 'auto'
instrument.innerHTML = message.instrument
device.innerHTML = message.device
console.log('ID', initCommands);
nextInitCommand();
break;