X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=csit.infra.dash%2Fapp%2Fpal%2Freport%2Flayout.py;h=143e56bbff0ce59f73e73c5e3da219f758027f88;hb=287fae853accd3782200c21a08345b7d88a936c8;hp=9397870e5e1e24793f59e9dfc71be41ae0f8be65;hpb=c6bfe865e4a62dda2c5e635df53083e909a6558b;p=csit.git diff --git a/csit.infra.dash/app/pal/report/layout.py b/csit.infra.dash/app/pal/report/layout.py index 9397870e5e..143e56bbff 100644 --- a/csit.infra.dash/app/pal/report/layout.py +++ b/csit.infra.dash/app/pal/report/layout.py @@ -162,7 +162,8 @@ class Layout: try: with open(self._html_layout_file, "r") as file_read: - self._html_layout = file_read.read() + self._html_layout = file_read.read().\ + replace("_title_", C.REPORT_TITLE) except IOError as err: raise RuntimeError( f"Not possible to open the file {self._html_layout_file}\n{err}" @@ -291,7 +292,7 @@ class Layout: children=[ dbc.NavItem( dbc.NavLink( - "Iterative Test Runs", + C.REPORT_TITLE, disabled=True, external_link=True, href="#"