add uuid support to device page sidebar
This commit is contained in:
@@ -116,7 +116,8 @@
|
||||
</ul>
|
||||
<form class="navbar-search pull-left" method="get" action="[% uri_for('/search') %]">
|
||||
<input placeholder="Find Anything" class="search-query span3"
|
||||
id="nq" name="q" type="text" autocomplete="off"/>
|
||||
id="nq" name="q" value="[% params.q %]" type="text" autocomplete="off"/>
|
||||
<input id="uuid" name="uuid" value="[% params.uuid %]" type="hidden"/>
|
||||
<div class="btn-group nd_navbar-search-group">
|
||||
<button class="btn btn-inverse nd_navbar-search-icon">
|
||||
<span style="font-size: 18px;">
|
||||
|
||||
Reference in New Issue
Block a user