From b83b12cf8007c6c842681ad7c6d41f97cb631899 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Sat, 7 Nov 2020 14:08:34 +0100 Subject: [PATCH] prune sim: add daily 00:00 as predefined schedule in selector Signed-off-by: Thomas Lamprecht --- docs/prune-simulator/prune-simulator.js | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/prune-simulator/prune-simulator.js b/docs/prune-simulator/prune-simulator.js index 1cd22f7e..730b570e 100644 --- a/docs/prune-simulator/prune-simulator.js +++ b/docs/prune-simulator/prune-simulator.js @@ -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" }, ],