Skip to content

Commit

Permalink
Add recently added CSCs to SummaryState view on BTS.
Browse files Browse the repository at this point in the history
Full list is: ATBuilding, DREAM, EAS, LEDProjector, TunnableLaser, LinearStage:[101,102,103,104], CBP, Electrometer:[101,102,201] and OCPS:101.
  • Loading branch information
sebastian-aranda committed Dec 16, 2024
1 parent 3cb6078 commit e1aa033
Showing 1 changed file with 80 additions and 18 deletions.
98 changes: 80 additions & 18 deletions manager/ui_framework/fixtures/initial_data_base.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": 3
},
{
"name": "OCPS",
"salindex": 101
},
{
"name": "Watcher",
"salindex": 0
Expand All @@ -622,7 +634,7 @@
},
"content": "CSCSummary",
"properties": {
"h": 47,
"h": 61,
"i": 1,
"w": 33,
"x": 0,
Expand Down Expand Up @@ -680,32 +692,70 @@
"salindex": 0
}
],
"Support & Monitoring": [
"LSSTCam": [
{
"name": "MTAirCompressor",
"salindex": 1
"name": "MTCamera",
"salindex": 0
},
{
"name": "MTAirCompressor",
"salindex": 2
"name": "MTOODS",
"salindex": 0
},
{
"name": "LaserTracker",
"salindex": 1
"name": "MTHeaderService",
"salindex": 0
}
],
"LSSTCam": [
"Calibration Systems": [
{
"name": "MTCamera",
"name": "CBP",
"salindex": 0
},
{
"name": "MTOODS",
"name": "LEDProjector",
"salindex": 0
},
{
"name": "MTHeaderService",
"name": "TunableLaser",
"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
}
],
"Support & Monitoring": [
{
"name": "MTAirCompressor",
"salindex": 1
},
{
"name": "MTAirCompressor",
"salindex": 2
},
{
"name": "LaserTracker",
"salindex": 1
}
]
}
Expand All @@ -714,7 +764,7 @@
},
"content": "CSCSummary",
"properties": {
"h": 40,
"h": 61,
"i": 2,
"w": 33,
"x": 33,
Expand Down Expand Up @@ -777,16 +827,28 @@
"name": "ATSpectrograph",
"salindex": 0
}
],
"Calibration Systems": [
{
"name": "Electrometer",
"salindex": 201
}
],
"Support & Monitoring": [
{
"name": "ATBuilding",
"salindex": 0
}
]
}
},
"hasRawMode": true
},
"content": "CSCSummary",
"properties": {
"h": 28,
"h": 45,
"i": 3,
"w": 31,
"w": 32,
"x": 66,
"y": 0,
"type": "component"
Expand Down Expand Up @@ -816,11 +878,11 @@
},
"content": "CSCSummary",
"properties": {
"h": 12,
"h": 16,
"i": 4,
"w": 31,
"w": 32,
"x": 66,
"y": 28,
"y": 45,
"type": "component"
}
}
Expand Down

0 comments on commit e1aa033

Please sign in to comment.