comparison client/src/components/Sidebar.vue @ 1575:51f924cbac23

Feat: Importscheduler renamed to "unattended imports" We have now a prototypical user interface where the user is able to select whether or not he wishes an scheduling. If he chooses to, he is able to select simple/advanced scheduling and gets a wizward to help with setting up the cron string.
author Thomas Junk <thomas.junk@intevation.de>
date Thu, 13 Dec 2018 13:30:02 +0100
parents d8b12138a214
children 38f91897ca69
comparison
equal deleted inserted replaced
1574:df975eb2e80e 1575:51f924cbac23
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>
101 <translate class="fix-trans-space">Importschedule</translate> 101 <translate class="fix-trans-space">Unattended Imports</translate>
102 </router-link> 102 </router-link>
103 </div> 103 </div>
104 <hr class="m-0" /> 104 <hr class="m-0" />
105 <a @click="logoff" href="#"> 105 <a @click="logoff" href="#">
106 <font-awesome-icon 106 <font-awesome-icon