# HG changeset patch # User Thomas Junk # Date 1540536346 -7200 # Node ID 907321455f399dd3eebf6d8c982d2e7e1012ae02 # Parent 51d412a79e4f15dcafbeb9023ca0a70b8aec7181# Parent 7ec2133c6404999fd01a4ba0121245326b5b8104 merge with default diff -r 51d412a79e4f -r 907321455f39 client/src/App.vue --- a/client/src/App.vue Thu Oct 25 17:19:50 2018 +0200 +++ b/client/src/App.vue Fri Oct 26 08:45:46 2018 +0200 @@ -7,6 +7,7 @@
+
@@ -99,8 +100,10 @@ * * Author(s): * Thomas Junk + * Markus Kottländer */ import Sidebar from "./application/Sidebar"; +import Bottlenecks from "./bottlenecks/Bottlenecks"; import Topbar from "./application/Topbar"; import { mapGetters } from "vuex"; import Userbar from "./application/Userbar"; @@ -119,6 +122,7 @@ }, components: { Sidebar, + Bottlenecks, Topbar, Userbar, Linetool, diff -r 51d412a79e4f -r 907321455f39 client/src/application/Main.vue --- a/client/src/application/Main.vue Thu Oct 25 17:19:50 2018 +0200 +++ b/client/src/application/Main.vue Fri Oct 26 08:45:46 2018 +0200 @@ -1,7 +1,6 @@