From ab1dcf45efab1c282adfcbcc64dfbbdb9a731ce6 Mon Sep 17 00:00:00 2001 From: Marvin Zhang Date: Mon, 17 Jun 2019 13:01:20 +0800 Subject: [PATCH 1/7] updated crontab --- frontend/package.json | 1 + frontend/src/views/schedule/ScheduleList.vue | 29 +++++++++++++++++--- frontend/yarn.lock | 20 ++++++++++++++ 3 files changed, 46 insertions(+), 4 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 42bcf078..7b75b711 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -22,6 +22,7 @@ "normalize.css": "7.0.0", "nprogress": "0.2.0", "path": "^0.12.7", + "vcrontab": "^0.3.3", "vue": "^2.5.22", "vue-ba": "^1.2.5", "vue-codemirror-lite": "^1.0.4", diff --git a/frontend/src/views/schedule/ScheduleList.vue b/frontend/src/views/schedule/ScheduleList.vue index 7a1fc9ba..377fe6b7 100644 --- a/frontend/src/views/schedule/ScheduleList.vue +++ b/frontend/src/views/schedule/ScheduleList.vue @@ -29,12 +29,17 @@ - + + + {{$t('生成Cron')}} + disabled> + + + + + +
@@ -95,17 +105,19 @@