]> git.proxmox.com Git - pve-manager.git/commitdiff
ui: form/calendar event: add monthly and yearly examples
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 18 Jan 2022 04:51:57 +0000 (05:51 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 18 Jan 2022 04:51:59 +0000 (05:51 +0100)
like PBS

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/manager6/form/CalendarEvent.js

index 56ab86501176db1d8311380fc979d54cfb0e3885..7f17b1e236bc9c0d478753d034c277d2d7f4e2f4 100644 (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" },
        ],
     },