feat: one-time tasks

This commit is contained in:
2026-07-19 14:55:56 +02:00
parent dd7f0b5df7
commit 5c5e97faae
7 changed files with 47 additions and 18 deletions
+3
View File
@@ -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"