summaryrefslogtreecommitdiffstats
path: root/index.py
diff options
context:
space:
mode:
authorLukas Metzger2020-05-27 14:17:31 +0200
committerLukas Metzger2020-05-27 14:17:31 +0200
commit509fe8d753af4c3915d05ee38a919cda7d574f63 (patch)
treecd0926733b6972215e95c8bb41865d208e9c0304 /index.py
parentAdded favicon (diff)
downloadbwlp-statistics-509fe8d753af4c3915d05ee38a919cda7d574f63.tar.gz
bwlp-statistics-509fe8d753af4c3915d05ee38a919cda7d574f63.tar.xz
bwlp-statistics-509fe8d753af4c3915d05ee38a919cda7d574f63.zip
Added VMs page
Diffstat (limited to 'index.py')
-rw-r--r--index.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/index.py b/index.py
index 50a9d76..080e8fe 100644
--- a/index.py
+++ b/index.py
@@ -9,13 +9,14 @@ import plotly.graph_objects as go
import plotly.express as px
from app import app
-from pages import satellites, total, machines, locations
+from pages import satellites, total, machines, locations, vms
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},
+ {'name': 'VMs', 'link': '/vms', 'id': 'vms', 'layout': vms.layout},
]
pio.templates['custom'] = dict(