Skip to content

Commit

Permalink
Merge pull request #297 from lsst-ts/tickets/DM-48077
Browse files Browse the repository at this point in the history
Add recently added CSCs to SummaryState view on BTS.
  • Loading branch information
sebastian-aranda authored Dec 16, 2024
2 parents 3cb6078 + 6cc359f commit 02d2c65
Show file tree
Hide file tree
Showing 2 changed files with 81 additions and 18 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Version History
v7.1.7
------

* Add recently added CSCs to SummaryState view on BTS. `<https://github.com/lsst-ts/LOVE-manager/pull/297>`_
* Make channels layer group expiry parameter configurable through an environment variable. `<https://github.com/lsst-ts/LOVE-manager/pull/296>`_

v7.1.6
Expand Down
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 02d2c65

Please sign in to comment.