diff options
author | Tibor Frank <tifrank@cisco.com> | 2022-10-05 10:05:12 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2022-10-05 10:05:12 +0200 |
commit | 6b278da179248cf0f2c5d78a80e10434b4480f7b (patch) | |
tree | 4e6e43ac3ac0fa201c92d5675120c9b606b04d60 /csit.infra.dash/app/cdash/utils | |
parent | 4e98f69ba9f88c5b7694b1eeb5a3962818ae0565 (diff) |
fix(cdash): Templates - remove deadlock
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Change-Id: I5a97a513879e6aa9875938ad0401d96dbd58f257
Diffstat (limited to 'csit.infra.dash/app/cdash/utils')
-rw-r--r-- | csit.infra.dash/app/cdash/utils/constants.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/csit.infra.dash/app/cdash/utils/constants.py b/csit.infra.dash/app/cdash/utils/constants.py index 8960c7a422..6e973b81a8 100644 --- a/csit.infra.dash/app/cdash/utils/constants.py +++ b/csit.infra.dash/app/cdash/utils/constants.py @@ -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. |