aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/dash/app/pal/__init__.py
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2022-05-19 14:24:15 +0200
committerTibor Frank <tifrank@cisco.com>2022-06-09 11:00:10 +0000
commita6c94c7c5898fb8570f6f9ca6fdc1909d43c5dc0 (patch)
tree934f6cda980c0b7ac105092f0db00e88a992e780 /resources/tools/dash/app/pal/__init__.py
parent400205b1f838b88e72236559308d9c4b3ee61aa4 (diff)
feat(uti): Add statistical graphs
Change-Id: Ia2831cfbcb9e2333c5b49af5c6b0577867d99902 Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources/tools/dash/app/pal/__init__.py')
-rw-r--r--resources/tools/dash/app/pal/__init__.py2
1 files changed, 1 insertions, 1 deletions
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.