diff options
author | Tibor Frank <tifrank@cisco.com> | 2022-06-10 13:13:08 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2022-06-10 11:18:54 +0000 |
commit | 51da461dcdb1ed20abe73b616ceb971569c9b884 (patch) | |
tree | 8c117bd5324350b64b1fa5ea978df879750bca01 /resources/tools/dash/app/pal/__init__.py | |
parent | 575e88c3e9b386fe00cccb98364ec6be841a5ee3 (diff) |
feat(uti): statistical graphs
Change-Id: Ic05d56dae08e9745582e02e59e8b76145050ca73
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__.py | 2 |
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 cb12b7dd54..c55ac96398 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=["rls2206", "rls2202", ] +RELEASES=["csit2206", "csit2202", ] def init_app(): """Construct core Flask application with embedded Dash app. |