{{template "base" .}} {{define "title"}}{{.Title}}{{end}} {{define "extra_css"}} {{end}} {{define "page_body"}}
{{.Title}}
{{if .Error}} {{end}}
Optional description
Schedules
The scheduler uses UTC time. Hours: 0-23. Day of week: 0-6 (Sun-Sat). Day of month: 1-31. Month: 1-12. Asterisk (*) indicates a match for all the values of the field. e.g. every day of week, every day of month and so on. More info.
{{range $idx, $val := .Rule.Conditions.Schedules}}
{{else}}
{{end}}
{{if .IsShared}}
{{end}}
No selection means any protocol will trigger events
No selection means any provider object will trigger events
Name filters
Shell-like pattern filters for usernames, folder names. For example "user*"" will match names starting with "user". For provider events, this filter is applied to the username of the admin executing the event.
{{range $idx, $val := .Rule.Conditions.Options.Names}}
{{else}}
{{end}}
Group name filters
Shell-like pattern filters for group names. For example "group*"" will match group names starting with "group".
{{range $idx, $val := .Rule.Conditions.Options.GroupNames}}
{{else}}
{{end}}
Role name filters
Shell-like pattern filters for role names. For example "role*"" will match role names starting with "role".
{{range $idx, $val := .Rule.Conditions.Options.RoleNames}}
{{else}}
{{end}}
Path filters
Shell-like pattern filters for filesystem events. For example "/adir/*.txt"" will match paths in the "/adir" directory ending with ".txt". Double asterisk is supported, for example "/**/*.txt" will match any file ending with ".txt". "/mydir/**" will match any entry in "/mydir"
{{range $idx, $val := .Rule.Conditions.Options.FsPaths}}
{{else}}
{{end}}
File size limits. 0 means no limit. You can use MB/GB suffix
Actions
One or more actions to execute. The "Execute sync" options is supported for upload events and required for pre-* events
{{range $idx, $val := .Rule.Actions}}
{{else}}
{{end}}
{{end}} {{define "extra_js"}} {{end}}