From e86a9d4cca9a57d59c3a92f7a121322db24c06e6 Mon Sep 17 00:00:00 2001 From: Lukas Metzger Date: Sun, 24 May 2020 17:17:05 +0200 Subject: Added location page --- index.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'index.py') diff --git a/index.py b/index.py index 53b7fb3..a3babb2 100644 --- a/index.py +++ b/index.py @@ -9,12 +9,13 @@ import plotly.graph_objects as go import plotly.express as px from app import app -from pages import satellites, total, machines +from pages import satellites, total, machines, locations pages = [ {'name': 'Satellites', 'link': '/', 'id': 'satellites', 'layout': satellites.layout}, {'name': 'Total', 'link': '/total', 'id': 'total', 'layout': total.layout}, {'name': 'Machines', 'link': '/machines', 'id': 'machines', 'layout': machines.layout}, + {'name': 'Locations', 'link': '/locations', 'id': 'locations', 'layout': locations.layout}, ] pio.templates['custom'] = dict( -- cgit v1.2.3-55-g7522