diff options
author | jeff <jeff> | 2010-02-08 15:37:29 +0000 |
---|---|---|
committer | jeff <jeff> | 2010-02-08 15:37:29 +0000 |
commit | d0221fabd4656b3a04251ca6168cc45f54d23574 (patch) | |
tree | 6edf3792883e58294de4d1c42a9ddbe52be1be85 /httemplate/edit/process | |
parent | 942c8b05b17b119a3dad84d7035c76b481dc5b99 (diff) |
grandstream device configuration support #4220
Diffstat (limited to 'httemplate/edit/process')
-rw-r--r-- | httemplate/edit/process/part_device.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/httemplate/edit/process/part_device.html b/httemplate/edit/process/part_device.html index 2b7e1da49..399991fc8 100644 --- a/httemplate/edit/process/part_device.html +++ b/httemplate/edit/process/part_device.html @@ -1,6 +1,10 @@ <% include( 'elements/process.html', 'table' => 'part_device', 'viewall_dir' => 'browse', + 'process_m2m' => { + 'link_table' => 'export_device', + 'target_table' => 'part_export', + }, ) %> <%init> |