Commit 9ee74088 by Kálmán Viktor

dashboard: fix storage copypaste mistake

parent 972e987f
...@@ -87,7 +87,7 @@ ...@@ -87,7 +87,7 @@
<div class="col-md-3"> <div class="col-md-3">
<form action="" method="GET" id="network-host-list-form"> <form action="" method="GET" id="network-host-list-form">
<div class="input-group"> <div class="input-group">
<input type="text" id="network-host-list-input" name="s" class="form-control" <input type="text" name="s" class="form-control"
value="{{ request.GET.s }}" placeholder="{% trans "Search..." %}"/> value="{{ request.GET.s }}" placeholder="{% trans "Search..." %}"/>
<span class="input-group-btn"> <span class="input-group-btn">
<button class="btn btn-primary"><i class="fa fa-search"></i></button> <button class="btn btn-primary"><i class="fa fa-search"></i></button>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment