changeset 2031:4c33bac70a11 unify_imports

imports: readded missing options2
author Thomas Junk <thomas.junk@intevation.de>
date Fri, 25 Jan 2019 10:15:29 +0100
parents a8d8e855cb26
children 15db4fb07af4
files client/src/components/importschedule/Importscheduledetail.vue
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/components/importschedule/Importscheduledetail.vue	Fri Jan 25 09:42:43 2019 +0100
+++ b/client/src/components/importschedule/Importscheduledetail.vue	Fri Jan 25 10:15:29 2019 +0100
@@ -414,6 +414,8 @@
     };
   },
   IMPORTTYPES: IMPORTTYPES,
+  on: "on",
+  off: "off",
   EVERY: app.$gettext("Every"),
   MINUTESPAST: app.$gettext("minutes past"),
   ON: app.$gettext("on"),