Report: Add rc2 data
[csit.git] / csit.infra.dash / app / cdash / utils / constants.py
index 75cd68a..6e973b8 100644 (file)
@@ -49,7 +49,7 @@ class Constants:
 
     # Path and name of the file specifying the HTML layout of the dash
     # application.
-    MAIN_HTML_LAYOUT_FILE = "index_layout.jinja2"
+    MAIN_HTML_LAYOUT_FILE = "base_layout.jinja2"
 
     # Path and name of the file specifying the HTML layout of the dash
     # application.
@@ -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"