fix(cdash): Templates - remove deadlock 54/37354/1
authorTibor Frank <tifrank@cisco.com>
Wed, 5 Oct 2022 08:05:12 +0000 (10:05 +0200)
committerTibor Frank <tifrank@cisco.com>
Wed, 5 Oct 2022 08:05:12 +0000 (10:05 +0200)
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Change-Id: I5a97a513879e6aa9875938ad0401d96dbd58f257

csit.infra.dash/app/cdash/templates/base_layout.jinja2
csit.infra.dash/app/cdash/utils/constants.py

index bf4f812..e0bbe88 100644 (file)
@@ -1,4 +1,4 @@
-{% extends "base_layout.jinja2" %}
+{% extends "layout.jinja2" %}
 
 {% block content %}
 <div class="cover-container d-flex w-100 h-100 p-3 mx-auto flex-column">
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.