From: Philipp Klaus Date: Fri, 22 Sep 2017 09:23:38 +0000 (+0800) Subject: DASH: / → /list_bs/general_overview X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=ab8885b52bce8ce7fec7c16f2649048205337d51;p=mvd_epics.git DASH: / → /list_bs/general_overview --- diff --git a/python_suite/dashboard/dashboard.py b/python_suite/dashboard/dashboard.py index 2643667..ed3622f 100755 --- a/python_suite/dashboard/dashboard.py +++ b/python_suite/dashboard/dashboard.py @@ -171,7 +171,7 @@ def json_replace_nan(): @route('/') def index(): - redirect('/list/general_overview') + redirect('/list_bs/general_overview') @route('/list_bs/') @view('pv_overview_bootstrap.jinja2')