[pve-devel] [PATCH manager] ui: form/CalendarEvent: remove 'first saturday each month' example
Thomas Lamprecht
t.lamprecht at proxmox.com
Thu Nov 11 13:28:12 CET 2021
On 11.11.21 13:09, Dominik Csapak wrote:
> this is currently not supported by calendarevents in pve
>
the obvious questions arises: why not support it instead? ^^
> Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
> ---
> www/manager6/form/CalendarEvent.js | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/www/manager6/form/CalendarEvent.js b/www/manager6/form/CalendarEvent.js
> index 58090ddb..a15ec24f 100644
> --- a/www/manager6/form/CalendarEvent.js
> +++ b/www/manager6/form/CalendarEvent.js
> @@ -28,7 +28,6 @@ Ext.define('PVE.form.CalendarEvent', {
> + Ext.String.format(gettext("Every {0} minutes"), 15),
> },
> { value: 'sun 01:00', text: gettext("Sunday") + " 01:00" },
> - { value: 'sat *-1..7 15:00', text: gettext("First Saturday each month") + " 15:00" },
> ],
> },
>
>
More information about the pve-devel
mailing list