mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 22:57:16 -04:00
Merge branch 'vvuksan-pull-1'
This commit is contained in:
commit
20a4bf2f0c
1 changed files with 2 additions and 1 deletions
|
@ -5,4 +5,5 @@
|
||||||
%label{ :for => "q" } Query:
|
%label{ :for => "q" } Query:
|
||||||
%input.query{ :id => "query", :type => "text", :name => "q", :value => params[:q],
|
%input.query{ :id => "query", :type => "text", :name => "q", :value => params[:q],
|
||||||
:size => 60 }
|
:size => 60 }
|
||||||
%input{ :id => "searchbutton", :type => "submit" }
|
%input{ :id => "searchbutton", :type => "submit", :value => "Search" }
|
||||||
|
%input{ :id => "clearbutton", :type => "reset", :value => "Clear" }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue