X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=csit.infra.dash%2Fapp%2Fpal%2Fstats%2Flayout.py;h=2f1b344613f365d438544931c6a10c327664a38a;hp=c0e1d52bd04bd21e46fd5b68321e8b52acacdfab;hb=745e0d046ebae1e72fb9bf73e32ae9ede11e3239;hpb=2f87683cf1e9feaac810a632aba78a9689d9224b diff --git a/csit.infra.dash/app/pal/stats/layout.py b/csit.infra.dash/app/pal/stats/layout.py index c0e1d52bd0..2f1b344613 100644 --- a/csit.infra.dash/app/pal/stats/layout.py +++ b/csit.infra.dash/app/pal/stats/layout.py @@ -165,8 +165,7 @@ class Layout: try: with open(self._html_layout_file, "r") as file_read: - self._html_layout = file_read.read().\ - replace("_title_", C.STATS_TITLE) + self._html_layout = file_read.read() except IOError as err: raise RuntimeError( f"Not possible to open the file {self._html_layout_file}\n{err}" @@ -302,7 +301,7 @@ class Layout: children=[ dbc.NavItem( dbc.NavLink( - C.STATS_TITLE, + "Continuous Performance Statistics", disabled=True, external_link=True, href="#"