diff client/src/App.vue @ 713:badbc0207418

feat: systeminformation feature added Under systeminformation there is a component to display textual data. Currently there is a stub log from my console displayed.
author Thomas Junk <thomas.junk@intevation.de>
date Fri, 21 Sep 2018 13:18:30 +0200
parents 83081ba6c9c1
children cd79f62794dd
line wrap: on
line diff
--- a/client/src/App.vue	Fri Sep 21 12:53:09 2018 +0200
+++ b/client/src/App.vue	Fri Sep 21 13:18:30 2018 +0200
@@ -17,7 +17,7 @@
             </div>
             <div class="bottomcontainer d-flex flex-row align-items-end">
                 <Userbar></Userbar>
-                <Linetool v-if="routeName != 'usermanagement'"></Linetool>
+                <Linetool v-if="routeName == 'mainview'"></Linetool>
             </div>
         </div>
         <div class="d-flex flex-column">