From: Philipp Klaus Date: Fri, 22 Sep 2017 08:38:02 +0000 (+0200) Subject: DASH: renaming gview .svg files & navigation entries X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=c53652440e44759d9715d9145a4c475b344d630f;p=mvd_epics.git DASH: renaming gview .svg files & navigation entries --- diff --git a/python_suite/dashboard/example.config.json b/python_suite/dashboard/example.config.json index f8d52c3..5671d8b 100644 --- a/python_suite/dashboard/example.config.json +++ b/python_suite/dashboard/example.config.json @@ -100,7 +100,7 @@ ], "page_hierarchy": { "top": ["top_list"], - "top_gview": ["gview_cooling", "gview_cooling_vac"], + "top_gview": ["cooling_schematic", "presto_pictorial"], "top_list": ["general_overview"], "general_overview": ["cooling_system", "low_voltage_system", "relhum"] }, @@ -116,13 +116,13 @@ "temperature" ] }, - "gview_cooling": { - "name": "PRESTO Cooling System", - "gview": "/static/gview/cooling.svg" + "cooling_schematic": { + "name": "PRESTO Cooling System (schematic)", + "gview": "/static/gview/cooling_schematic.svg" }, - "gview_cooling_vac": { - "name": "PRESTO Cooling & Vaccum System", - "gview": "/static/gview/Cooling.svg" + "presto_pictorial": { + "name": "PRESTO Cooling & Vaccum System (pictorial)", + "gview": "/static/gview/presto_pictorial.svg" }, "cooling_system": { "name": "Details Cooling System", diff --git a/python_suite/dashboard/static/gview/cooling.svg b/python_suite/dashboard/static/gview/cooling_schematic.svg similarity index 100% rename from python_suite/dashboard/static/gview/cooling.svg rename to python_suite/dashboard/static/gview/cooling_schematic.svg diff --git a/python_suite/dashboard/static/gview/Cooling.svg b/python_suite/dashboard/static/gview/presto_pictorial.svg similarity index 100% rename from python_suite/dashboard/static/gview/Cooling.svg rename to python_suite/dashboard/static/gview/presto_pictorial.svg