cron: add more common patterns
This commit is contained in:
+5
-1
@@ -1026,7 +1026,11 @@ angular.module('Application').controller('AppController', ['$scope', '$location'
|
||||
{ value: '*/30 * * * *', label: $translate.instant('app.cron.commonPattern.twicePerHour') },
|
||||
{ value: '0 0 * * *', label: $translate.instant('app.cron.commonPattern.everyDay') },
|
||||
{ value: '0 */12 * * *', label: $translate.instant('app.cron.commonPattern.twicePerDay') },
|
||||
{ value: '0 0 * * 0', label: $translate.instant('app.cron.commonPattern.everySunday') }
|
||||
{ value: '0 0 * * 0', label: $translate.instant('app.cron.commonPattern.everySunday') },
|
||||
|
||||
{ value: '@daily', label: $translate.instant('app.cron.commonPattern.daily') },
|
||||
{ value: '@hourly', label: $translate.instant('app.cron.commonPattern.hourly') },
|
||||
{ value: '@service', label: $translate.instant('app.cron.commonPattern.service') }
|
||||
],
|
||||
|
||||
crontab: '',
|
||||
|
||||
Reference in New Issue
Block a user