feat: one-time tasks
This commit is contained in:
@@ -82,6 +82,9 @@ watch(cron, () => {
|
||||
<option :value="CronType.CUSTOM">
|
||||
{{ $t("cron.type.custom") }}
|
||||
</option>
|
||||
<option :value="CronType.ONE_TIME">
|
||||
{{ $t("cron.type.one_time") }}
|
||||
</option>
|
||||
</select>
|
||||
<select
|
||||
v-if="cronType === CronType.EVERY_DAY"
|
||||
|
||||
Reference in New Issue
Block a user