diff options
author | Peter Mikus <peter.mikus@protonmail.ch> | 2022-10-04 13:30:38 +0000 |
---|---|---|
committer | Peter Mikus <peter.mikus@protonmail.ch> | 2022-10-04 13:30:57 +0000 |
commit | 745e0d046ebae1e72fb9bf73e32ae9ede11e3239 (patch) | |
tree | 004e46605bcd2e91a5139eef725e3fdacf621f77 /csit.infra.dash/app/pal/utils | |
parent | 2f87683cf1e9feaac810a632aba78a9689d9224b (diff) |
Revert "CSIT-Dash: Improvements in layout"
This reverts commit 287fae853accd3782200c21a08345b7d88a936c8.
Reason for revert: <INSERT REASONING HERE>
Change-Id: I51079c479b4d47343a2eff4366f0c2019ab4626d
Signed-off-by: Peter Mikus <pmikus@cisco.com>
Diffstat (limited to 'csit.infra.dash/app/pal/utils')
-rw-r--r-- | csit.infra.dash/app/pal/utils/constants.py | 27 |
1 files changed, 4 insertions, 23 deletions
diff --git a/csit.infra.dash/app/pal/utils/constants.py b/csit.infra.dash/app/pal/utils/constants.py index 8807fec6ca..73afb4c7a9 100644 --- a/csit.infra.dash/app/pal/utils/constants.py +++ b/csit.infra.dash/app/pal/utils/constants.py @@ -35,18 +35,11 @@ class Constants: LOG_DATE_FORMAT = "%Y/%m/%d %H:%M:%S" # The application title. - TITLE = "FD.io CSIT" - BRAND = "CSIT-Dash" + TITLE = "FD.io CDash" + BRAND = "CDash" # The application description. - DESCRIPTION = 'Performance Dashboard "CSIT-Dash"' - - # Copyright statement. - COPYRIGHT = ( - 'Copyright © 2016-2022 ' - '<a href="https://fd.io" class="text-white">The Fast Data Project</a>, ' - 'a series of LF Projects, LLC.' - ) + DESCRIPTION = "Performance Dashboard" # External stylesheets. EXTERNAL_STYLESHEETS = ["/static/dist/css/bootstrap.css", ] @@ -80,7 +73,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 = ["csit2206", "csit2202", ] ############################################################################ # General, application wide, layout affecting constants. @@ -255,9 +248,6 @@ class Constants: ############################################################################ # News. - # The title. - NEWS_TITLE = "CI TEST FAILURE AND ANOMALY STATISTICS" - # The pathname prefix for the application. NEWS_ROUTES_PATHNAME_PREFIX = "/news/" @@ -276,9 +266,6 @@ class Constants: ############################################################################ # Report. - # The title. - REPORT_TITLE = "PER RELEASE PERFORMANCE RESULTS" - # The pathname prefix for the application. REPORT_ROUTES_PATHNAME_PREFIX = "/report/" @@ -295,9 +282,6 @@ class Constants: ############################################################################ # Statistics. - # The title. - STATS_TITLE = "CI JOB EXECUTION STATISTICS" - # The pathname prefix for the application. STATS_ROUTES_PATHNAME_PREFIX = "/stats/" @@ -317,9 +301,6 @@ class Constants: ############################################################################ # Trending. - # The title. - TREND_TITLE = "PERFORMANCE TRENDING (DAILY, WEEKLY)" - # The pathname prefix for the application. TREND_ROUTES_PATHNAME_PREFIX = "/trending/" |