Add:Set schedule for automatic backups #822

This commit is contained in:
advplyr 2022-08-18 18:46:42 -05:00
parent a574d06e22
commit 8224ca7650
7 changed files with 247 additions and 128 deletions

View file

@ -231,11 +231,6 @@ export default {
this.isValid = false
return
}
// if (this.customCronExpression.split(' ')[0] === '*') {
// this.customCronError = 'Cannot use * in minutes position'
// this.isValid = false
// return
// }
if (this.customCronExpression !== this.cronExpression) {
this.selectedWeekdays = []
@ -306,7 +301,6 @@ export default {
this.selectedMinute = pieces[0]
}
}
this.cronExpression = this.value
this.customCronExpression = this.value
}