mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-07-25 10:10:14 +00:00
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:
parent
31de6834c5
commit
f703ea43e3
@ -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" },
|
||||
],
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user