Skip to content

Commit 48fe405

Browse files
Merge pull request #104 from ISISComputingGroup/add_timing_source
add timing source pv
2 parents 8e4469e + 05cf9f0 commit 48fe405

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

app/components/Instrument.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,10 @@ export class Instrument {
173173
pvaddress: `${this.prefix}DAE:DAEMEMORYUSED`,
174174
human_readable_name: "DAE Memory Used",
175175
},
176+
{
177+
pvaddress: `${this.prefix}DAE:DAETIMINGSOURCE`,
178+
human_readable_name: "Timing Source",
179+
},
176180
];
177181
}
178182
}

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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -628,6 +628,20 @@ exports[`renders topbar unchanged 1`] = `
628628
:
629629
</p>
630630
631+
<p
632+
class="break-all"
633+
/>
634+
</div>
635+
<div
636+
class="mb-2 shadow-sm rounded-md"
637+
>
638+
<p
639+
class="font-bold"
640+
>
641+
Timing Source
642+
:
643+
</p>
644+
631645
<p
632646
class="break-all"
633647
/>

0 commit comments

Comments
 (0)