]> git.proxmox.com Git - proxmox-backup.git/blobdiff - docs/prune-simulator/prune-simulator.js
prune sim: add daily 00:00 as predefined schedule in selector
[proxmox-backup.git] / docs / prune-simulator / prune-simulator.js
index 1cd22f7e1a215f2b78febfd3199bab9473ae6ca2..730b570e50556792fcd122dff8b0c516eec6b9ac 100644 (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" },
            ],