# HG changeset patch # User Markus Kottlaender # Date 1540472720 -7200 # Node ID 1ff8c072df1878aa85a59a1b30702a15b938ef2f # Parent e3f3e645792b602065249b2c4a19255bcda1c3f4 WIP: Bottleneck list/table diff -r e3f3e645792b -r 1ff8c072df18 client/src/App.vue --- a/client/src/App.vue Thu Oct 25 11:31:59 2018 +0200 +++ b/client/src/App.vue Thu Oct 25 15:05:20 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 e3f3e645792b -r 1ff8c072df18 client/src/application/Sidebar.vue --- a/client/src/application/Sidebar.vue Thu Oct 25 11:31:59 2018 +0200 +++ b/client/src/application/Sidebar.vue Thu Oct 25 15:05:20 2018 +0200 @@ -4,6 +4,9 @@