comparison client/src/components/Sidebar.vue @ 2972:6f351e00e579 unified_import

unified_imports: initial layout etd
author Thomas Junk <thomas.junk@intevation.de>
date Mon, 08 Apr 2019 15:50:23 +0200
parents 6c5364ff0abb
children e161e1ffb6b5
comparison
equal deleted inserted replaced
2971:7a51fdfead2d 2972:6f351e00e579
60 <span class="fix-trans-space" v-translate>Waterway Profiles</span> 60 <span class="fix-trans-space" v-translate>Waterway Profiles</span>
61 </router-link> 61 </router-link>
62 <router-link to="/importschedule"> 62 <router-link to="/importschedule">
63 <font-awesome-icon class="fa-fw mr-2" fixed-width icon="clock" /> 63 <font-awesome-icon class="fa-fw mr-2" fixed-width icon="clock" />
64 <translate class="fix-trans-space">Imports</translate> 64 <translate class="fix-trans-space">Imports</translate>
65 </router-link>
66 <router-link to="/imports/configuration">
67 <font-awesome-icon class="fa-fw mr-2" fixed-width icon="clock" />
68 <translate class="fix-trans-space">Imports (New)</translate>
65 </router-link> 69 </router-link>
66 <small class="text-muted pl-3"> 70 <small class="text-muted pl-3">
67 <translate>Systemadministration</translate> 71 <translate>Systemadministration</translate>
68 </small> 72 </small>
69 <hr class="m-0" /> 73 <hr class="m-0" />