ui: form/calendar event: add monthly and yearly examples

like PBS

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2022-01-18 05:51:57 +01:00
parent 31de6834c5
commit f703ea43e3

View File

@ -29,7 +29,9 @@ Ext.define('PVE.form.CalendarEvent', {
+ Ext.String.format(gettext("Every {0} minutes"), 15),
},
{ value: 'sun 01:00', text: gettext("Sunday") + " 01:00" },
{ value: 'monthly', text: gettext("Every first day of the Month") + " 00:00" },
{ value: 'sat *-1..7 15:00', text: gettext("First Saturday each month") + " 15:00" },
{ value: 'yearly', text: gettext("First day of the year") + " 00:00" },
],
},