# HG changeset patch # User Thomas Junk # Date 1544782808 -3600 # Node ID af17c29df8f022a07863653876c5d975adaabbad # Parent 3a30a6f4c96d4806976e599da942e54105b0276b unattended imports: added bottlenecks as import diff -r 3a30a6f4c96d -r af17c29df8f0 client/src/components/importschedule/Importscheduledetail.vue --- a/client/src/components/importschedule/Importscheduledetail.vue Fri Dec 14 11:02:46 2018 +0100 +++ b/client/src/components/importschedule/Importscheduledetail.vue Fri Dec 14 11:20:08 2018 +0100 @@ -21,10 +21,10 @@ Imports - + @@ -35,12 +35,12 @@ Importtype - + @@ -264,6 +264,7 @@ importType: null, schedule: null, import_: null, + importSource: null, eMailNotification: false, easyCron: true, cronMode: "", @@ -285,6 +286,9 @@ } } }, + IMPORTTYPES: { + BOTTLENECK: "BOTTLENECK" + }, EVERY: app.$gettext("Every"), MINUTESPAST: app.$gettext("minutes past"), ON: app.$gettext("on"), @@ -365,7 +369,6 @@ } }, imports: [], - importtype: [], on: "on", off: "off", periods: {