fix(cdash): Templates - remove deadlock
[csit.git] / csit.infra.dash / app / cdash / utils / constants.py
index 8960c7a..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.