diff client/src/components/App.vue @ 1361:ea3a89a1813a

remove trailing whitespace, add headers for Makefile, add the missed authors * remove trailing whitespace for some cleint files * add headers for licensing to Makefile * add the missed authors in the header to Systemconfiguration.vue file
author Fadi Abbud <fadi.abbud@intevation.de>
date Mon, 26 Nov 2018 11:11:13 +0100
parents e9fb72fa6bae
children ca33ad696594
line wrap: on
line diff
--- a/client/src/components/App.vue	Mon Nov 26 10:04:47 2018 +0100
+++ b/client/src/components/App.vue	Mon Nov 26 11:11:13 2018 +0100
@@ -1,36 +1,36 @@
 <template>
-    <div id="app" class="main">
-        <div v-if="isAuthenticated" class="d-flex flex-column userinterface">
-            <div class="topbar d-flex pt-3 mx-3">
-                <div class="mr-auto d-flex">
-                    <Sidebar :routeName="routeName"></Sidebar>
-                    <div class="d-flex flex-column ml-3" style="max-width: 600px">
-                        <Search v-if="routeName == 'mainview'"></Search>
-                        <Contextbox v-if="routeName == 'mainview'"></Contextbox>
-                    </div>
-                </div>
-                <div class="ml-auto d-flex">
-                    <div class="d-flex flex-column align-items-end">
-                        <Layers v-if="routeName == 'mainview'"></Layers>
-                    </div>
-                    <div class="d-flex flex-column align-items-end">
-                        <Identify v-if="routeName == 'mainview'"></Identify>
-                        <Pdftool v-if="routeName == 'mainview'"></Pdftool>
-                    </div>
-                    <Toolbar v-if="routeName == 'mainview'"></Toolbar>
-                </div>
-            </div>
-            <div class="flex-fill"></div>
-            <div class="d-flex flex-row align-items-end">
-                <Surveys v-if="routeName == 'mainview'"></Surveys>
-                <Infobar v-if="routeName == 'mainview'"></Infobar>
-            </div>
-            <Zoom v-if="routeName == 'mainview'"></Zoom>
+  <div id="app" class="main">
+    <div v-if="isAuthenticated" class="d-flex flex-column userinterface">
+      <div class="topbar d-flex pt-3 mx-3">
+        <div class="mr-auto d-flex">
+          <Sidebar :routeName="routeName"></Sidebar>
+          <div class="d-flex flex-column ml-3" style="max-width: 600px">
+            <Search v-if="routeName == 'mainview'"></Search>
+            <Contextbox v-if="routeName == 'mainview'"></Contextbox>
+          </div>
         </div>
-        <div class="d-flex flex-column">
-            <router-view/>
+        <div class="ml-auto d-flex">
+          <div class="d-flex flex-column align-items-end">
+            <Layers v-if="routeName == 'mainview'"></Layers>
+          </div>
+          <div class="d-flex flex-column align-items-end">
+            <Identify v-if="routeName == 'mainview'"></Identify>
+            <Pdftool v-if="routeName == 'mainview'"></Pdftool>
+          </div>
+          <Toolbar v-if="routeName == 'mainview'"></Toolbar>
         </div>
+      </div>
+      <div class="flex-fill"></div>
+      <div class="d-flex flex-row align-items-end">
+        <Surveys v-if="routeName == 'mainview'"></Surveys>
+        <Infobar v-if="routeName == 'mainview'"></Infobar>
+      </div>
+      <Zoom v-if="routeName == 'mainview'"></Zoom>
     </div>
+    <div class="d-flex flex-column">
+      <router-view/>
+    </div>
+  </div>
 </template>
 
 <style lang="sass" scoped>
@@ -61,14 +61,14 @@
 /*
  * This is Free Software under GNU Affero General Public License v >= 3.0
  * without warranty, see README.md and license for details.
- * 
+ *
  * SPDX-License-Identifier: AGPL-3.0-or-later
  * License-Filename: LICENSES/AGPL-3.0.txt
- * 
- * Copyright (C) 2018 by via donau 
+ *
+ * Copyright (C) 2018 by via donau
  *   – Österreichische Wasserstraßen-Gesellschaft mbH
  * Software engineering by Intevation GmbH
- * 
+ *
  * Author(s):
  * Thomas Junk <thomas.junk@intevation.de>
  * Markus Kottländer <markus.kottlaender@intevation.de>