# HG changeset patch # User Markus Kottlaender # Date 1540898953 -3600 # Node ID 31b36ef007848b2a2f1ab0b03a3cbb037c026bfb # Parent d47b69baacfa6be4e72a49d2ad64c71be3e15e71 fix: bottleneck list and zoom buttons are now only displayed in main view moving the bottleneck list from the main menu to a separate button in the main view should be considered diff -r d47b69baacfa -r 31b36ef00784 client/src/App.vue --- a/client/src/App.vue Tue Oct 30 12:01:53 2018 +0100 +++ b/client/src/App.vue Tue Oct 30 12:29:13 2018 +0100 @@ -6,9 +6,9 @@
- - - + + +
diff -r d47b69baacfa -r 31b36ef00784 client/src/application/Sidebar.vue --- a/client/src/application/Sidebar.vue Tue Oct 30 12:01:53 2018 +0100 +++ b/client/src/application/Sidebar.vue Tue Oct 30 12:29:13 2018 +0100 @@ -4,7 +4,7 @@