From: Philipp Klaus Date: Fri, 22 Sep 2017 10:00:42 +0000 (+0800) Subject: DASH: config: move disconn example to end X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=1115020d4c2ed07eb065225c45853ff6c5954421;p=mvd_epics.git DASH: config: move disconn example to end --- 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" ]