changeset 2299:41218dd386a9

import_schedule: display of cron and email again
author Thomas Junk <thomas.junk@intevation.de>
date Mon, 18 Feb 2019 12:07:03 +0100
parents 6f56a43b3bb2
children 3dd2de314b1b 14ab0872a57b
files client/src/components/importschedule/Importschedule.vue
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/components/importschedule/Importschedule.vue	Mon Feb 18 12:02:44 2019 +0100
+++ b/client/src/components/importschedule/Importschedule.vue	Mon Feb 18 12:07:03 2019 +0100
@@ -46,10 +46,10 @@
                   <td>{{ schedule.id }}</td>
                   <td>{{ schedule.kind.toUpperCase() }}</td>
                   <td>{{ schedule.user }}</td>
-                  <td>{{ schedule.cron }}</td>
+                  <td>{{ schedule.config.cron }}</td>
                   <td>
                     <font-awesome-icon
-                      v-if="schedule['send-email']"
+                      v-if="schedule.config['send-email']"
                       class="fa-fw mr-2"
                       fixed-width
                       icon="check"