From 856db0d38266bb557eb56bfcee3168731f513e96 Mon Sep 17 00:00:00 2001 From: Sebastian Aranda Sanchez Date: Fri, 13 Dec 2024 17:04:59 -0300 Subject: [PATCH] Add recently added CSCs to SummaryState view on BTS. Full list is: ATBuilding, DREAM, EAS, LEDProjector, LinearStage:[101,102,103,104], CBP, Electrometer:[101,102,201] and OCPS:101. --- .../fixtures/initial_data_base.json | 58 +++++++++++++++++++ 1 file changed, 58 insertions(+) diff --git a/manager/ui_framework/fixtures/initial_data_base.json b/manager/ui_framework/fixtures/initial_data_base.json index c1d4caa9..5af998f6 100644 --- a/manager/ui_framework/fixtures/initial_data_base.json +++ b/manager/ui_framework/fixtures/initial_data_base.json @@ -493,6 +493,10 @@ "name": "WeatherForecast", "salindex": 0 }, + { + "name": "DREAM", + "salindex": 0 + }, { "name": "DIMM", "salindex": 1 @@ -513,6 +517,10 @@ "name": "EPM", "salindex": 1 }, + { + "name": "EAS", + "salindex": 0 + }, { "name": "ESS", "salindex": 1 @@ -611,6 +619,10 @@ "name": "OCPS", "salindex": 3 }, + { + "name": "OCPS", + "salindex": 101 + }, { "name": "Watcher", "salindex": 0 @@ -707,6 +719,40 @@ "name": "MTHeaderService", "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 + } ] } }, @@ -777,6 +823,18 @@ "name": "ATSpectrograph", "salindex": 0 } + ], + "Calibration Systems": [ + { + "name": "Electrometer", + "salindex": 201 + } + ], + "Support & Monitoring": [ + { + "name": "ATBuilding", + "salindex": 0 + } ] } },