fix(cdash): Rename
[csit.git] / csit.infra.dash / app / cdash / trending / trending.py
@@ -37,7 +37,7 @@ def init_trending(server, time_period=None):
 
     layout = Layout(
         app=dash_app,
-        html_layout_file=C.TREND_HTML_LAYOUT_FILE,
+        html_layout_file=C.HTML_LAYOUT_FILE,
         graph_layout_file=C.TREND_GRAPH_LAYOUT_FILE,
         data_spec_file=C.DATA_SPEC_FILE,
         tooltip_file=C.TOOLTIP_FILE,