work on select_experiment

- on currently running exp. make two links, to instrument
  or history only
- create dummy secop client when hideRightPart is used in order
  to avoid waiting impossible connection
This commit is contained in:
2025-05-21 11:35:25 +02:00
parent 55dd7a3777
commit 7d4607e947
2 changed files with 38 additions and 23 deletions

View File

@ -84,6 +84,7 @@ if (window.instrument) {
let args = '';
if (window.stream) { args += "&stream=" + window.stream; }
if (window.device) { args += "&device=" + window.device; }
if (window.hideRightPart) { args += "&history_only=1"; }
window.clientTags = args;
}