remove brackets from lag name

This commit is contained in:
Oliver Gorwits
2014-01-12 22:13:53 +00:00
parent 27aa80ed93
commit 99ce56d794

View File

@@ -82,9 +82,9 @@
self_options) %]&q=[% params.q | uri %]&f=[% row.port | uri %]&prefer=port"> self_options) %]&q=[% params.q | uri %]&f=[% row.port | uri %]&prefer=port">
[% row.port | html_entity %]</a> [% row.port | html_entity %]</a>
[% IF row.slave_of %]<br/> [% IF row.slave_of %]<br/>
(<a class="nd_this-port-only" href="[% uri_for('/device', <a class="nd_this-port-only" href="[% uri_for('/device',
self_options) %]&q=[% params.q | uri %]&f=[% row.slave_of | uri %]&prefer=port"> self_options) %]&q=[% params.q | uri %]&f=[% row.slave_of | uri %]&prefer=port">
[% row.slave_of | html_entity %]</a>) [% row.slave_of | html_entity %]</a>
[% END %] [% END %]
</td> </td>
[% END %] [% END %]