mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
- Add 'refresh' link to searches
This commit is contained in:
parent
cc0b0565cd
commit
f021fd72be
2 changed files with 6 additions and 0 deletions
|
@ -200,6 +200,9 @@ class LogStash::Web::Server < Sinatra::Base
|
|||
end
|
||||
end
|
||||
|
||||
# TODO(sissel): make a helper function taht goes hash -> cgi querystring
|
||||
@refresh_href = "?" + params.collect { |k,v| [URI.escape(k.to_s), URI.escape(v.to_s)].join("=") }.join("&")
|
||||
|
||||
case format
|
||||
when "html"
|
||||
headers({"Content-Type" => "text/html" })
|
||||
|
|
|
@ -30,6 +30,9 @@
|
|||
- else
|
||||
%span.unavailable last
|
||||
|
|
||||
%a.pager{ :href => @refresh_href }
|
||||
refresh
|
||||
|
|
||||
%span#querytime= "(%.3f seconds)" % @results.duration
|
||||
- if @results.events.length == 0
|
||||
- if !params[:q]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue