From 3b333d65b92d1746d0d165d0b2a4b2a98f62d474 Mon Sep 17 00:00:00 2001 From: pmikus Date: Wed, 5 Oct 2022 09:15:54 +0200 Subject: fix(cdash): Templates Signed-off-by: pmikus Change-Id: I9de91244b096b4ec3366262c4f09bea85d1611e4 --- csit.infra.dash/app/cdash/utils/constants.py | 8 -------- 1 file changed, 8 deletions(-) (limited to 'csit.infra.dash/app/cdash/utils/constants.py') 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" -- cgit 1.2.3-korg