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:
parent
0740a2bc23
commit
831f991aeb
@ -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" },
|
||||
],
|
||||
},
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user