summaryrefslogtreecommitdiffstats
path: root/dash
diff options
context:
space:
mode:
authorLukas Metzger2020-06-25 14:51:15 +0200
committerLukas Metzger2020-06-25 14:51:15 +0200
commit9f82f8e703f44a3002c0b5eee30cbd333ef2de1e (patch)
tree4655be29eead94b133ee5c7b3cd91bf566e4110b /dash
parentFexes for locations (diff)
downloadbwlp-statistics-9f82f8e703f44a3002c0b5eee30cbd333ef2de1e.tar.gz
bwlp-statistics-9f82f8e703f44a3002c0b5eee30cbd333ef2de1e.tar.xz
bwlp-statistics-9f82f8e703f44a3002c0b5eee30cbd333ef2de1e.zip
Fixes for vms
Diffstat (limited to 'dash')
-rw-r--r--dash/pages/vms.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dash/pages/vms.py b/dash/pages/vms.py
index c9ca141..fae6fb9 100644
--- a/dash/pages/vms.py
+++ b/dash/pages/vms.py
@@ -89,7 +89,7 @@ def make_content_all(days, date):
y=[item['count'] for item in data]
))
figure.update_layout(
- title_text = 'VMs per Location'
+ title_text = 'VMs per Satellite'
)
return figure