mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2024-11-09 15:10:27 +00:00
Working on first-round changes for the global search feature.
This commit is contained in:
parent
f48a6b8209
commit
e960326a58
@ -44,7 +44,9 @@
|
||||
<!-- /.callout -->
|
||||
<div class="form-group">
|
||||
<div class="input-group">
|
||||
<input type="text" name="q" class="form-control" value="{{ query }}"
|
||||
<label for="txtQuery" class="input-group-text">Search Query</label>
|
||||
<input type="text" id="txtQuery" name="q" class="form-control"
|
||||
value="{{ query }}"
|
||||
placeholder="Enter search query...">
|
||||
<button type="submit" class="btn btn-flat btn-success" title="Execute Query">
|
||||
<i class="fa fa-search"></i>
|
||||
|
Loading…
Reference in New Issue
Block a user