trytond-monitoring/view/scheduler_form.xml
Albert Cervera i Areny 65c0803cf6 initial commit.
2014-07-10 16:15:01 +02:00

14 lines
503 B
XML

<?xml version="1.0"?>
<!-- The COPYRIGHT file at the top level of this repository contains the full
copyright notices and license terms. -->
<form string="Monitoring Scheduler">
<label name="name"/>
<field name="name"/>
<label name="normal_check_interval"/>
<field name="normal_check_interval" widget="float_time"/>
<label name="retries"/>
<field name="retries"/>
<label name="retry_check_interval"/>
<field name="retry_check_interval" widget="float_time"/>
</form>