Merge "fixed the mistake in using update job web page"
This commit is contained in:
commit
6037076e9c
@ -41,7 +41,15 @@ class InfoConfigurationAction(workflows.Action):
|
|||||||
schedule_interval = forms.CharField(
|
schedule_interval = forms.CharField(
|
||||||
label=_("Interval"),
|
label=_("Interval"),
|
||||||
required=False,
|
required=False,
|
||||||
help_text=_("Repeat this configuration in a minutes interval."))
|
help_text=_("""Set the interval in the following format:
|
||||||
|
continuous,
|
||||||
|
N weeks,
|
||||||
|
N days,
|
||||||
|
N hours,
|
||||||
|
N minutes,
|
||||||
|
N seconds,
|
||||||
|
If no start date is provided the job
|
||||||
|
will start immediately"""))
|
||||||
|
|
||||||
schedule_end_date = forms.CharField(
|
schedule_end_date = forms.CharField(
|
||||||
label=_("End Date and Time"),
|
label=_("End Date and Time"),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user