From 1115020d4c2ed07eb065225c45853ff6c5954421 Mon Sep 17 00:00:00 2001 From: Philipp Klaus Date: Fri, 22 Sep 2017 18:00:42 +0800 Subject: [PATCH] DASH: config: move disconn example to end --- python_suite/dashboard/example.config.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/python_suite/dashboard/example.config.json b/python_suite/dashboard/example.config.json index fef4601..8f75578 100644 --- a/python_suite/dashboard/example.config.json +++ b/python_suite/dashboard/example.config.json @@ -108,12 +108,12 @@ "general_overview": { "name": "General System Overview", "groups": [ - "example", "cooling", "low_voltage", "selection_pressure", "selection_environment", - "selection_temperature" + "selection_temperature", + "disconnected_example" ] }, "cooling_schematic": { @@ -151,8 +151,8 @@ }, "groups": { - "example": { - "name": "EXAMPLE", + "disconnected_example": { + "name": "Example of Disconnected PV", "PVs": [ "CBM:MVD:EXAMPLE:DISCONECTED_EXAMPLE" ] -- 2.43.0