From 831f991aeb54bcbb121026dbf63d4efb88f8b2e4 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Thu, 13 Jan 2022 17:52:23 +0100 Subject: [PATCH] ui: form/calendar event: enable first-day-of-month example again the rust based implementation form PBS we recently switched too supports that Signed-off-by: Thomas Lamprecht --- www/manager6/form/CalendarEvent.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/www/manager6/form/CalendarEvent.js b/www/manager6/form/CalendarEvent.js index 9923dbc92..56ab86501 100644 --- a/www/manager6/form/CalendarEvent.js +++ b/www/manager6/form/CalendarEvent.js @@ -29,8 +29,7 @@ Ext.define('PVE.form.CalendarEvent', { + Ext.String.format(gettext("Every {0} minutes"), 15), }, { value: 'sun 01:00', text: gettext("Sunday") + " 01:00" }, - // FIXME: support date based schedules in the backend (like PBS) - //{ value: 'sat *-1..7 15:00', text: gettext("First Saturday each month") + " 15:00" }, + { value: 'sat *-1..7 15:00', text: gettext("First Saturday each month") + " 15:00" }, ], },