Skip to content

Commit 77574d0

Browse files
committed
remove superfluous title and users in run information
1 parent 313a972 commit 77574d0

File tree

2 files changed

+0
-33
lines changed

2 files changed

+0
-33
lines changed

app/components/Instrument.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff 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",

app/components/__snapshots__/TopBar.test.ts.snap

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff 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
>

0 commit comments

Comments
 (0)