Feat(uti): Last failed tests
[csit.git] / resources / tools / dash / app / pal / stats / stats.py
index d733e0c..3da742d 100644 (file)
@@ -34,13 +34,12 @@ def init_stats(server, time_period=None):
         external_stylesheets=[dbc.themes.LUX],
     )
 
-    # Custom HTML layout
     layout = Layout(
         app=dash_app,
         html_layout_file="pal/templates/stats_layout.jinja2",
-        spec_file="pal/stats/spec_job_selection.yaml",
         graph_layout_file="pal/stats/layout.yaml",
         data_spec_file="pal/data/data.yaml",
+        tooltip_file="pal/data/tooltips.yaml",
         time_period=time_period
     )
     dash_app.index_string = layout.html_layout