From a6c94c7c5898fb8570f6f9ca6fdc1909d43c5dc0 Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Thu, 19 May 2022 14:24:15 +0200 Subject: feat(uti): Add statistical graphs Change-Id: Ia2831cfbcb9e2333c5b49af5c6b0577867d99902 Signed-off-by: Tibor Frank --- resources/tools/dash/app/pal/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources/tools/dash/app/pal/__init__.py') diff --git a/resources/tools/dash/app/pal/__init__.py b/resources/tools/dash/app/pal/__init__.py index bb110a254d..cb12b7dd54 100644 --- a/resources/tools/dash/app/pal/__init__.py +++ b/resources/tools/dash/app/pal/__init__.py @@ -33,7 +33,7 @@ TIME_PERIOD = MAX_TIME_PERIOD # [days] # List of releases used for iterative data processing. # The releases MUST be in the order from the current (newest) to the last # (oldest). -RELEASES=["rls2202", ] +RELEASES=["rls2206", "rls2202", ] def init_app(): """Construct core Flask application with embedded Dash app. -- cgit 1.2.3-korg