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 <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2022-01-13 17:52:23 +01:00
parent 0740a2bc23
commit 831f991aeb

View File

@ -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" },
],
},