From b9d5d8248aaacd9af414013eefd04437d51e48be Mon Sep 17 00:00:00 2001 From: Keenan Johnson Date: Wed, 22 Nov 2023 12:58:14 -0800 Subject: [PATCH] Add sensor ID / Host to dashboard --- app.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app.py b/app.py index da2c4b7..fe7521a 100644 --- a/app.py +++ b/app.py @@ -94,6 +94,9 @@ def serve_layout() -> html.Div: html.P('The real-time Ribbit Network observations displayed here, and available for download as comma-separated value (CSV) files, are raw data values that have not yet undergone any quality control. See further information in the FAQ.', style={'width':'100%', 'text-align':'center', 'color': '#AAAAAA', 'font-size': '11px'}), ], id='infoText'), + html.Div([ + html.P('Sensor ID: '), + ], html.Div([ html.Div(id='timeseries'), html.Div(id='timezone', hidden=True),