diff --git a/lib/logstash/web/views/header.haml b/lib/logstash/web/views/header.haml index 48c9e04ec..29cc922ac 100644 --- a/lib/logstash/web/views/header.haml +++ b/lib/logstash/web/views/header.haml @@ -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" }