remove unecessary ids and add hidden port field to device ports
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
|
||||
<form id="[% tab.id %]_form" class="nd_sidesearchform form-stacked" method="get" action="/device">
|
||||
<input name="ip" value="[% d.ip %]" type="hidden"/>
|
||||
<input name="tab" value="[% tab.id %]" type="hidden"/>
|
||||
<input name="ip" value="[% params.ip %]" type="hidden"/>
|
||||
<input name="port" value="[% params.port %]" type="hidden"/>
|
||||
<div class="nd_search clearfix">
|
||||
<button id="[% tab.id %]_submit" type="submit" class="btn info">Update View</button>
|
||||
<a id="[% tab.id %]_bookmark" href="#"
|
||||
|
||||
Reference in New Issue
Block a user