aboutsummaryrefslogtreecommitdiffstats
path: root/csit.infra.dash/app/cdash/utils
diff options
context:
space:
mode:
authorpmikus <peter.mikus@protonmail.ch>2022-10-05 09:15:54 +0200
committerpmikus <peter.mikus@protonmail.ch>2022-10-05 09:15:54 +0200
commit3b333d65b92d1746d0d165d0b2a4b2a98f62d474 (patch)
treee7bfbbdd0d2f88f07c51b4fb4b27a4cdabf4881d /csit.infra.dash/app/cdash/utils
parent7b9208caf1cf3d1b4c345855777e41d8ff4f8638 (diff)
fix(cdash): Templates
Signed-off-by: pmikus <peter.mikus@protonmail.ch> Change-Id: I9de91244b096b4ec3366262c4f09bea85d1611e4
Diffstat (limited to 'csit.infra.dash/app/cdash/utils')
-rw-r--r--csit.infra.dash/app/cdash/utils/constants.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/csit.infra.dash/app/cdash/utils/constants.py b/csit.infra.dash/app/cdash/utils/constants.py
index 75cd68a3a5..8960c7a422 100644
--- a/csit.infra.dash/app/cdash/utils/constants.py
+++ b/csit.infra.dash/app/cdash/utils/constants.py
@@ -290,10 +290,6 @@ class Constants:
# The pathname prefix for the application.
STATS_ROUTES_PATHNAME_PREFIX = "/stats/"
- # Path and name of the file specifying the HTML layout of the dash
- # application.
- STATS_HTML_LAYOUT_FILE = "cdash/templates/stats_layout.jinja2"
-
# Layout of plot.ly graphs.
STATS_GRAPH_LAYOUT_FILE = "cdash/stats/layout.yaml"
@@ -312,10 +308,6 @@ class Constants:
# The pathname prefix for the application.
TREND_ROUTES_PATHNAME_PREFIX = "/trending/"
- # Path and name of the file specifying the HTML layout of the dash
- # application.
- TREND_HTML_LAYOUT_FILE = "cdash/templates/trending_layout.jinja2"
-
# Layout of plot.ly graphs.
TREND_GRAPH_LAYOUT_FILE = "cdash/trending/layout.yaml"