X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Ftools%2Fdash%2Fapp%2Fpal%2Ftrending%2Ftrending.py;h=1c64677eeadfbc015edc71b98b36fd898d4c25d5;hp=68dc42055606fa2467d559cbd58d0cc89eeff955;hb=6f2d3a207bd2ccad8001bfca328b7be5da8e29d0;hpb=d3f16c6ceaa5b475a9c8dc13d21817735e087869 diff --git a/resources/tools/dash/app/pal/trending/trending.py b/resources/tools/dash/app/pal/trending/trending.py index 68dc420556..1c64677eea 100644 --- a/resources/tools/dash/app/pal/trending/trending.py +++ b/resources/tools/dash/app/pal/trending/trending.py @@ -34,11 +34,9 @@ def init_trending(server, time_period=None): external_stylesheets=[dbc.themes.LUX], ) - # Custom HTML layout layout = Layout( app=dash_app, html_layout_file="pal/templates/trending_layout.jinja2", - spec_file="pal/trending/spec_test_selection.yaml", graph_layout_file="pal/trending/layout.yaml", data_spec_file="pal/data/data.yaml", tooltip_file="pal/data/tooltips.yaml",