changeset 1563:a0833dc8b1c1

removed feature-toggle
author Thomas Junk <thomas.junk@intevation.de>
date Wed, 12 Dec 2018 11:59:18 +0100
parents 7ac802add1b9
children d8b12138a214
files client/src/components/Sidebar.vue
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/components/Sidebar.vue	Wed Dec 12 11:55:16 2018 +0100
+++ b/client/src/components/Sidebar.vue	Wed Dec 12 11:59:18 2018 +0100
@@ -92,7 +92,7 @@
           ></font-awesome-icon>
           <span class="fix-trans-space" v-translate>Importqueue</span>
         </router-link>
-        <router-link to="importschedule" v-if="this.$options.IMPORTSCHEDULE">
+        <router-link to="importschedule">
           <font-awesome-icon
             class="fa-fw mr-2"
             fixed-width
@@ -154,7 +154,6 @@
       ];
     }
   },
-  IMPORTSCHEDULE: process.env.VUE_APP_FEATURE_IMPORTSCHEDULE,
   methods: {
     logoff() {
       app.$snotify.clear();