diff client/src/components/Sidebar.vue @ 2416:706121185e63 staging_consolidation

wip
author Thomas Junk <thomas.junk@intevation.de>
date Thu, 28 Feb 2019 13:46:09 +0100
parents f39c4b432601
children 374ee552ca85
line wrap: on
line diff
--- a/client/src/components/Sidebar.vue	Thu Feb 28 13:33:46 2019 +0100
+++ b/client/src/components/Sidebar.vue	Thu Feb 28 13:46:09 2019 +0100
@@ -28,7 +28,7 @@
           <span class="fix-trans-space" v-translate>Bottlenecks</span>
         </router-link>
         <div v-if="isWaterwayAdmin">
-          <router-link to="/review" class="position-relative">
+          <router-link to="/imports/overview" class="position-relative">
             <font-awesome-icon
               class="fa-fw mr-2"
               fixed-width
@@ -40,19 +40,6 @@
             </span>
           </router-link>
         </div>
-        <div v-if="isWaterwayAdmin">
-          <router-link to="/imports/overview" class="position-relative">
-            <font-awesome-icon
-              class="fa-fw mr-2"
-              fixed-width
-              icon="clipboard-check"
-            ></font-awesome-icon>
-            <span class="fix-trans-space" v-translate>Staging area</span>(new)
-            <span class="indicator" v-if="showSidebar && staging.length">
-              {{ staging.length }}
-            </span>
-          </router-link>
-        </div>
         <div v-if="isSysAdmin">
           <router-link to="/stretches">
             <font-awesome-icon
@@ -139,16 +126,6 @@
             <span class="fix-trans-space" v-translate>Logs</span>
           </router-link>
         </div>
-        <div v-if="isWaterwayAdmin">
-          <router-link to="/importqueue">
-            <font-awesome-icon
-              class="fa-fw mr-2"
-              fixed-width
-              icon="tasks"
-            ></font-awesome-icon>
-            <span class="fix-trans-space" v-translate>Importqueue</span>
-          </router-link>
-        </div>
         <hr class="m-0" />
         <a @click="logoff" href="#" class="logout">
           <font-awesome-icon