diff client/src/components/Sidebar.vue @ 2979:8f266dc8b4e3 unified_import

unified_imports: moved imports partially to new UI
author Thomas Junk <thomas.junk@intevation.de>
date Tue, 09 Apr 2019 14:52:55 +0200
parents ab26fb7a76f6
children 2e7c0f9cff24
line wrap: on
line diff
--- a/client/src/components/Sidebar.vue	Tue Apr 09 13:42:44 2019 +0200
+++ b/client/src/components/Sidebar.vue	Tue Apr 09 14:52:55 2019 +0200
@@ -43,14 +43,10 @@
           </router-link>
         </div>
         <div v-if="isWaterwayAdmin">
-          <router-link to="/importschedule">
+          <router-link to="/imports/configuration">
             <font-awesome-icon class="fa-fw mr-2" fixed-width icon="clock" />
             <translate class="fix-trans-space">Imports</translate>
           </router-link>
-          <router-link to="/imports/configuration">
-            <font-awesome-icon class="fa-fw mr-2" fixed-width icon="clock" />
-            <translate class="fix-trans-space">Imports (New)</translate>
-          </router-link>
           <small class="text-muted pl-3">
             <translate>Systemadministration</translate>
           </small>