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
|
* Return from device discover if device is unknown
|
||||||
* Safely continue macsuck if neighbor cannot be resolved
|
* Safely continue macsuck if neighbor cannot be resolved
|
||||||
* [#261] String replace failed in reports (M. Kosmach)
|
* [#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
|
2.033004 - 2015-11-16
|
||||||
|
|
||||||
|
|||||||
@@ -65,8 +65,8 @@
|
|||||||
<td>[% d.description | html_entity | html_line_break %]</td>
|
<td>[% d.description | html_entity | html_line_break %]</td>
|
||||||
</tr>
|
</tr>
|
||||||
[% IF settings._extra_device_details.size %]
|
[% IF settings._extra_device_details.size %]
|
||||||
<tr>
|
|
||||||
[% FOREACH config IN settings._extra_device_details %]
|
[% FOREACH config IN settings._extra_device_details %]
|
||||||
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
[% config.label %]
|
[% config.label %]
|
||||||
</td>
|
</td>
|
||||||
@@ -77,9 +77,9 @@
|
|||||||
<!-- dummy content required by Template Toolkit TRY -->
|
<!-- dummy content required by Template Toolkit TRY -->
|
||||||
[% END %]
|
[% END %]
|
||||||
</td>
|
</td>
|
||||||
[% END %]
|
|
||||||
</tr>
|
</tr>
|
||||||
[% END %]
|
[% END %]
|
||||||
|
[% END %]
|
||||||
<tr>
|
<tr>
|
||||||
<td>Administration</td>
|
<td>Administration</td>
|
||||||
<td>
|
<td>
|
||||||
|
|||||||
Reference in New Issue
Block a user