prune sim: add daily 00:00 as predefined schedule in selector

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2020-11-07 14:08:34 +01:00
parent 86847f487b
commit b83b12cf80
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@ Ext.onReady(function() {
{ value: '0/2:00', text: "Every two hours" },
{ value: '0/6:00', text: "Every six hours" },
{ value: '2,22:30', text: "At 02:30 and 22:30" },
{ value: '00:00', text: "At 00:00" },
{ value: '08..17:00/30', text: "From 08:00 to 17:30 every 30 minutes" },
{ value: 'HOUR:MINUTE', text: "Custom schedule" },
],