trytond-monitoring/view/check_plan_list.xml
2014-12-30 22:37:33 +01:00

12 lines
412 B
XML

<?xml version="1.0"?>
<!-- The COPYRIGHT file at the top level of this repository contains the full
copyright notices and license terms. -->
<tree string="Monitoring Check Plan">
<field name="monitoring_asset"/>
<field name="type"/>
<field name="scheduler"/>
<field name="monitored_asset"/>
<button name="check" string="Check Now"/>
<field name="active" tree_invisible="1"/>
</tree>