summaryrefslogtreecommitdiff
path: root/httemplate/elements/select-alarm_type.html
blob: fc1f9869668a17e22197b2074c76285f06367929 (plain)
1
2
3
4
5
6
7
8
9
<& /elements/select-table.html,
    'table'       => 'alarm_type',
    'name_col'    => 'typename',
    'order_by'    => 'ORDER BY inputs, outputs',
    'empty_label' => 'Select type',
    'agent_virt'  => 1,
    'agent_null'  => 1,
    @_,
&>