add instrument arg instead of empty args

This commit is contained in:
2026-03-26 16:35:49 +01:00
parent 62823899bb
commit f1c81a8a43

View File

@@ -431,7 +431,7 @@ a {
label = " ".join(devices)
if remote:
prev.legend = '<td></td><td></td><td colspan=2>linse-c*: <i>history graphics only</i></td>'
out.append(f'<tr><td><a href="{remote}">{ins.upper()}</a></td>'
out.append(f'<tr><td><a href="{remote}?instrument={ins}">{ins.upper()}</a></td>'
f'<td>{label}</td><td>{link("linse-c*")}</td>')
else:
out.append(f'<tr><td>{link(left)}</td><td colspan=2>{label}</td>')