Support more than one plugin in the device details tab (B. Marshall)
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
* Return from device discover if device is unknown
|
||||
* Safely continue macsuck if neighbor cannot be resolved
|
||||
* [#261] String replace failed in reports (M. Kosmach)
|
||||
* Support more than one plugin in the device details tab (B. Marshall)
|
||||
|
||||
2.033004 - 2015-11-16
|
||||
|
||||
|
||||
@@ -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