aboutsummaryrefslogtreecommitdiffstats
path: root/csit.infra.dash/app/cdash/utils
diff options
context:
space:
mode:
authorpmikus <peter.mikus@protonmail.ch>2022-10-28 09:34:27 +0000
committerpmikus <peter.mikus@protonmail.ch>2022-10-28 09:34:27 +0000
commitdf196b8412ae5eafacdcdbc725c19838aa554944 (patch)
tree81c905b98f6950154ffd54b40c6c89f8fa7012b5 /csit.infra.dash/app/cdash/utils
parent244eba927ac29d8f53a6483f1df89d49c8fb631c (diff)
fix(cdash): Revert to data driven app
Signed-off-by: pmikus <peter.mikus@protonmail.ch> Change-Id: Ie605da20280c3f255bc2a9eca9f6da0c79cb83b5
Diffstat (limited to 'csit.infra.dash/app/cdash/utils')
-rw-r--r--csit.infra.dash/app/cdash/utils/constants.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/csit.infra.dash/app/cdash/utils/constants.py b/csit.infra.dash/app/cdash/utils/constants.py
index cf16491d6b..b3303ddf1c 100644
--- a/csit.infra.dash/app/cdash/utils/constants.py
+++ b/csit.infra.dash/app/cdash/utils/constants.py
@@ -44,9 +44,6 @@ class Constants:
# External stylesheets.
EXTERNAL_STYLESHEETS = ["/static/dist/css/bootstrap.css", ]
- # Top level template for all pages.
- TEMPLATE = "d-flex h-100 text-center text-white bg-dark"
-
# Path and name of the file specifying the HTML layout of the dash
# application.
MAIN_HTML_LAYOUT_FILE = "base_layout.jinja2"
@@ -77,7 +74,7 @@ class Constants:
# List of releases used for iterative data processing.
# The releases MUST be in the order from the current (newest) to the last
# (oldest).
- RELEASES = ["csit2210", "csit2206", "csit2202", ]
+ RELEASES = ["rls2210", "rls2206", "rls2202", ]
############################################################################
# General, application wide, layout affecting constants.