From 08ddfdccb16f9b0459bbf68d28023d86cf4d0da2 Mon Sep 17 00:00:00 2001 From: vvuksan Date: Tue, 30 Nov 2010 09:07:52 -0500 Subject: [PATCH] Add clear button and change label on Submit --- lib/logstash/web/views/header.haml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" }