Skip to content

Commit

Permalink
Add recently added CSCs to TTS SummaryState view.
Browse files Browse the repository at this point in the history
Adding: DREAM, EAS, OCPS:101, CBP, LEDProjector, LinearStage[101,202,103,104], Electrometer[101,102,201] and ATBuilding.
  • Loading branch information
sebastian-aranda committed Dec 3, 2024
1 parent 5549594 commit f76b82a
Showing 1 changed file with 59 additions and 1 deletion.
60 changes: 59 additions & 1 deletion manager/ui_framework/fixtures/initial_data_tucson.json
Original file line number Diff line number Diff line change
Expand Up @@ -493,6 +493,10 @@
"name": "WeatherForecast",
"salindex": 0
},
{
"name": "DREAM",
"salindex": 0
},
{
"name": "DIMM",
"salindex": 1
Expand All @@ -513,6 +517,10 @@
"name": "EPM",
"salindex": 1
},
{
"name": "EAS",
"salindex": 0
},
{
"name": "ESS",
"salindex": 1
Expand Down Expand Up @@ -611,6 +619,10 @@
"name": "OCPS",
"salindex": 2
},
{
"name": "OCPS",
"salindex": 101
},
{
"name": "Watcher",
"salindex": 0
Expand Down Expand Up @@ -707,6 +719,40 @@
"name": "CCHeaderService",
"salindex": 0
}
],
"Calibration Systems": [
{
"name": "CBP",
"salindex": 0
},
{
"name": "LEDProjector",
"salindex": 0
},
{
"name": "LinearStage",
"salindex": 101
},
{
"name": "LinearStage",
"salindex": 102
},
{
"name": "LinearStage",
"salindex": 103
},
{
"name": "LinearStage",
"salindex": 104
},
{
"name": "Electrometer",
"salindex": 101
},
{
"name": "Electrometer",
"salindex": 102
}
]
}
},
Expand Down Expand Up @@ -777,14 +823,26 @@
"name": "ATSpectrograph",
"salindex": 0
}
],
"Calibration Systems": [
{
"name": "Electrometer",
"salindex": 201
}
],
"Support & Monitoring": [
{
"name": "ATBuilding",
"salindex": 0
}
]
}
},
"hasRawMode": true
},
"content": "CSCSummary",
"properties": {
"h": 28,
"h": 35,
"i": 3,
"w": 31,
"x": 66,
Expand Down

0 comments on commit f76b82a

Please sign in to comment.