trytond-monitoring/view/check_plan_form.xml
2014-12-09 01:58:38 +01:00

23 lines
744 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 Check Plan">
<label name="monitoring_asset"/>
<field name="monitoring_asset"/>
<newline/>
<label name="type"/>
<field name="type"/>
<label name="scheduler"/>
<field name="scheduler"/>
<label name="active"/>
<field name="active"/>
<newline/>
<label name="monitored_asset"/>
<field name="monitored_asset"/>
<label name="attribute_set"/>
<field name="attribute_set"/>
<field name="attributes" colspan="4"/>
<field name="indicators" colspan="4"/>
<button name="check" string="Check Now" colspan="2"/>
</form>