aboutsummaryrefslogtreecommitdiffstats
path: root/csit.infra.dash/app/pal/stats/layout.py
diff options
context:
space:
mode:
Diffstat (limited to 'csit.infra.dash/app/pal/stats/layout.py')
-rw-r--r--csit.infra.dash/app/pal/stats/layout.py5
1 files changed, 2 insertions, 3 deletions
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="#"