diff options
Diffstat (limited to 'interface-definitions/cron.xml')
-rw-r--r-- | interface-definitions/cron.xml | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/interface-definitions/cron.xml b/interface-definitions/cron.xml index e881716c2..a9e9b0401 100644 --- a/interface-definitions/cron.xml +++ b/interface-definitions/cron.xml @@ -28,6 +28,22 @@ <leafNode name="interval"> <properties> <help>Execution interval</help> + <valueHelp> + <format><minutes></format> + <description>Execution interval in minutes</description> + </valueHelp> + <valueHelp> + <format><minutes>m</format> + <description>Execution interval in minutes</description> + </valueHelp> + <valueHelp> + <format><hours>h</format> + <description>Execution interval in hours</description> + </valueHelp> + <valueHelp> + <format><days>d</format> + <description>Execution interval in days</description> + </valueHelp> </properties> </leafNode> <node name="executable"> @@ -43,22 +59,6 @@ <leafNode name="arguments"> <properties> <help>Arguments passed to the executable</help> - <valueHelp> - <format><minutes></format> - <description>Execution interval in minutes</description> - </valueHelp> - <valueHelp> - <format><minutes>m</format> - <description>Execution interval in minutes</description> - </valueHelp> - <valueHelp> - <format><hours>h</format> - <description>Execution interval in hours</description> - </valueHelp> - <valueHelp> - <format><days>d</format> - <description>Execution interval in days</description> - </valueHelp> </properties> </leafNode> </children> |