Skip to content

dashboard.py: split the dashboard creation and update, add methods to handle alarm

Ana Guerrero requested to merge ana/valve-infra:dashboard_rework into master

Only create the dashboard Frame the first time. Frame has three components: header, body and footer. - header will never change. - footer will change independently to show status messages - body is the one that's refreshed with the new data

Also add methods to handle alarm. This is required to stop/start the alarm when we're not in the main dashboard.

Merge request reports