diff options
-rw-r--r-- | dash/pages/vms.py | 2 |
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 |