mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
Merge branch 'master' of github.com:jordansissel/logstash
This commit is contained in:
commit
a97f8a315e
1 changed files with 2 additions and 1 deletions
|
@ -5,4 +5,5 @@
|
|||
%label{ :for => "q" } Query:
|
||||
%input.query{ :id => "query", :type => "text", :name => "q", :value => params[:q],
|
||||
: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