comparison client/src/components/Sidebar.vue @ 1563:a0833dc8b1c1

removed feature-toggle
author Thomas Junk <thomas.junk@intevation.de>
date Wed, 12 Dec 2018 11:59:18 +0100
parents 31c6c7bd6190
children d8b12138a214
comparison
equal deleted inserted replaced
1562:7ac802add1b9 1563:a0833dc8b1c1
90 fixed-width 90 fixed-width
91 icon="tasks" 91 icon="tasks"
92 ></font-awesome-icon> 92 ></font-awesome-icon>
93 <span class="fix-trans-space" v-translate>Importqueue</span> 93 <span class="fix-trans-space" v-translate>Importqueue</span>
94 </router-link> 94 </router-link>
95 <router-link to="importschedule" v-if="this.$options.IMPORTSCHEDULE"> 95 <router-link to="importschedule">
96 <font-awesome-icon 96 <font-awesome-icon
97 class="fa-fw mr-2" 97 class="fa-fw mr-2"
98 fixed-width 98 fixed-width
99 icon="clock" 99 icon="clock"
100 ></font-awesome-icon> 100 ></font-awesome-icon>
152 sidebarextended: this.showSidebar 152 sidebarextended: this.showSidebar
153 } 153 }
154 ]; 154 ];
155 } 155 }
156 }, 156 },
157 IMPORTSCHEDULE: process.env.VUE_APP_FEATURE_IMPORTSCHEDULE,
158 methods: { 157 methods: {
159 logoff() { 158 logoff() {
160 app.$snotify.clear(); 159 app.$snotify.clear();
161 this.$store.commit("reset"); 160 this.$store.commit("reset");
162 this.$store.commit("user/clearAuth"); 161 this.$store.commit("user/clearAuth");