public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pve-devel] [PATCH manager] ui: form/CalendarEvent: remove 'first saturday each month' example
@ 2021-11-11 12:09 Dominik Csapak
  2021-11-11 12:28 ` Thomas Lamprecht
  2021-11-11 20:07 ` Thomas Lamprecht
  0 siblings, 2 replies; 3+ messages in thread
From: Dominik Csapak @ 2021-11-11 12:09 UTC (permalink / raw)
  To: pve-devel

this is currently not supported by calendarevents in pve

Signed-off-by: Dominik Csapak <d.csapak@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" },
 	],
     },
 
-- 
2.30.2





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-11-11 20:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-11 12:09 [pve-devel] [PATCH manager] ui: form/CalendarEvent: remove 'first saturday each month' example Dominik Csapak
2021-11-11 12:28 ` Thomas Lamprecht
2021-11-11 20:07 ` Thomas Lamprecht

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal