bug fixes for port connected node list

This commit is contained in:
Oliver Gorwits
2012-01-13 20:01:49 +00:00
parent 9d335ee663
commit 2b4c6d26e9
7 changed files with 14 additions and 11 deletions

View File

@@ -1,4 +1,5 @@
<form id="[% tab.id %]_form" class="nd_sidesearchform form-stacked" method="get" action="/device">
<input name="ip" value="[% d.ip %]" type="hidden"/>
<input name="ip" value="[% params.ip %]" type="hidden"/>
<input name="q" value="[% params.q %]" type="hidden"/>
</form>