diff --git a/frontend/app/routes.py b/frontend/app/routes.py index aa4d21249b566f84c892e84d512a9fcd183ff654..e7c7c18a9c32d58a1a4f6e10535cb3726ce2e4fd 100644 --- a/frontend/app/routes.py +++ b/frontend/app/routes.py @@ -17,7 +17,7 @@ LOGS_PATH = "/logs" USERNAME = None PASSWORD = None -PLOTS = [['dom_activity', 'dom_rates'], ['pmt_rates_du*'], ['trigger_rates'], +PLOTS = [['dom_activity', 'dom_rates'], 'pmt_rates_du*', ['trigger_rates'], ['ztplot', 'triggermap']] ACOUSTICS_PLOTS = [['Online_Acoustic_Monitoring']]