Skip to content

Commit

Permalink
remove emma, fix hifi cryomag
Browse files Browse the repository at this point in the history
  • Loading branch information
rerpha committed Sep 27, 2024
1 parent 08374be commit c3abc14
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/wall/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,14 @@ export default function WallDisplay() {
[
{ name: "ALF", status: "", pv: "IN:ALF:" + runstatePV },
{ name: "CRISP", status: "", pv: "IN:CRISP:" + runstatePV },
{ name: "EMMA", status: "", pv: "IN:EMMA:" + runstatePV },
{ name: "EMMA-A", status: "", pv: "IN:EMMA-A:" + runstatePV },
{ name: "EMU", status: "", pv: "IN:EMU:" + runstatePV },
{ name: "ENGINX", status: "", pv: "IN:ENGINX:" + runstatePV },
{ name: "GEM", status: "", pv: "IN:GEM:" + runstatePV },
{
name: "HIFI-CRYOMAG",
status: "",
pv: "IN:HIFI-CRYOMAG:" + runstatePV,
pv: "IN:HIFI-C11:" + runstatePV,
},
{ name: "HRPD", status: "", pv: "IN:HRPD:" + runstatePV },
{ name: "INES", status: "", pv: "IN:INES:" + runstatePV },
Expand Down

0 comments on commit c3abc14

Please sign in to comment.