Support more than one plugin in the device details tab (B. Marshall)
This commit is contained in:
		| @@ -65,21 +65,21 @@ | ||||
|       <td>[% d.description | html_entity | html_line_break %]</td> | ||||
|     </tr> | ||||
|     [% IF settings._extra_device_details.size %] | ||||
|     [% FOREACH config IN settings._extra_device_details %] | ||||
|     <tr> | ||||
|         [% FOREACH config IN settings._extra_device_details %] | ||||
|         <td> | ||||
|             [% config.label %] | ||||
|         </td> | ||||
|         <td> | ||||
|             [% TRY %] | ||||
|             [% INCLUDE "plugin/${config.name}/device_details.tt" %] | ||||
|             [% CATCH %] | ||||
|             <!-- dummy content required by Template Toolkit TRY --> | ||||
|             [% END %] | ||||
|         </td> | ||||
|         [% END %] | ||||
|       <td> | ||||
|           [% config.label %] | ||||
|       </td> | ||||
|       <td> | ||||
|           [% TRY %] | ||||
|           [% INCLUDE "plugin/${config.name}/device_details.tt" %] | ||||
|           [% CATCH %] | ||||
|           <!-- dummy content required by Template Toolkit TRY --> | ||||
|           [% END %] | ||||
|       </td> | ||||
|     </tr> | ||||
|     [% END %] | ||||
|     [% END %] | ||||
|     <tr> | ||||
|       <td>Administration</td> | ||||
|       <td> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user