CSIT-Dash: Improvements in layout
[csit.git] / csit.infra.dash / app / pal / stats / layout.py
index 2f1b344..c0e1d52 100644 (file)
@@ -165,7 +165,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.STATS_TITLE)
         except IOError as err:
             raise RuntimeError(
                 f"Not possible to open the file {self._html_layout_file}\n{err}"
@@ -301,7 +302,7 @@ class Layout:
             children=[
                 dbc.NavItem(
                     dbc.NavLink(
-                        "Continuous Performance Statistics",
+                        C.STATS_TITLE,
                         disabled=True,
                         external_link=True,
                         href="#"