Merge branch 'master' of github.com:jordansissel/logstash

This commit is contained in:
Jordan Sissel 2010-12-01 11:05:02 -08:00
commit a97f8a315e

View file

@ -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" }