File tree Expand file tree Collapse file tree 2 files changed +0
-33
lines changed
Expand file tree Collapse file tree 2 files changed +0
-33
lines changed Original file line number Diff line number Diff line change @@ -85,11 +85,6 @@ export class Instrument {
8585 pvaddress : `${ this . prefix } DAE:RUNNUMBER` ,
8686 human_readable_name : "Run number" ,
8787 } ,
88- { pvaddress : `${ this . prefix } DAE:TITLE` , human_readable_name : "Title" } ,
89- {
90- pvaddress : `${ this . prefix } DAE:_USERNAME` ,
91- human_readable_name : "Users" ,
92- } ,
9388 {
9489 pvaddress : `${ this . prefix } DAE:GOODFRAMES` ,
9590 human_readable_name : "Good frames" ,
Original file line number Diff line number Diff line change @@ -254,34 +254,6 @@ exports[`renders topbar unchanged 1`] = `
254254 class = " break-all"
255255 />
256256 </div >
257- <div
258- class = " mb-2 shadow-sm rounded-md"
259- >
260- <p
261- class = " font-bold"
262- >
263- Title
264- :
265- </p >
266-
267- <p
268- class = " break-all"
269- />
270- </div >
271- <div
272- class = " mb-2 shadow-sm rounded-md"
273- >
274- <p
275- class = " font-bold"
276- >
277- Users
278- :
279- </p >
280-
281- <p
282- class = " break-all"
283- />
284- </div >
285257 <div
286258 class = " mb-2 shadow-sm rounded-md"
287259 >
You can’t perform that action at this time.
0 commit comments